Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.

This commit is contained in:
Nick Clifton 2000-06-17 22:00:30 +00:00
parent f1d95f4b62
commit 607723e496
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
* config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.
2000-06-16 Nick Clifton <nickc@cygnus.com>
* config/tc-mips.c (md_parse_option): Accept RM5200,RM5230,

View File

@ -213,7 +213,7 @@ obj_coff_weak (ignore)
*input_line_pointer = c;
SKIP_WHITESPACE ();
#ifdef BFD_ASSEMLER
#ifdef BFD_ASSEMBLER
S_SET_WEAK (symbolP);
#endif