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 19cd39520026d401dfc5cda91512903cb43a36a4..49b1c881e651161b32388909cf0594bd5122ba12 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 f37c62c4b963e4c3475bf303e821ee90534e09a3..9b73dcd0cb00c5d30d3235c8919fd309c77f0fd5 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
 
This page took 0.031881 seconds and 4 git commands to generate.