Typo fix: Change BFD_ASSEMLER to BFD_ASSEMBLER.
authorNick Clifton <nickc@redhat.com>
Sat, 17 Jun 2000 22:00:30 +0000 (22:00 +0000)
committerNick Clifton <nickc@redhat.com>
Sat, 17 Jun 2000 22:00:30 +0000 (22:00 +0000)
gas/ChangeLog
gas/config/obj-coff.c

index 19cd395..49b1c88 100644 (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,
index f37c62c..9b73dcd 100644 (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