Merge from mainline

This commit is contained in:
Phil Blundell
2000-10-14 21:05:59 +00:00
parent 6325a43012
commit 1f48331673
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2000-10-14 Philip Blundell <philb@gnu.org>
From 2000-06-17 Mark Elbrecht <snowball3@bigfoot.com>
* config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER
to BFD_ASSEMBLER.
2000-09-08 Philip Blundell <philb@gnu.org>
* config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when

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