forked from Imagelibrary/binutils-gdb
Merge from mainline
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user