From: Phil Blundell Date: Sat, 14 Oct 2000 21:05:59 +0000 (+0000) Subject: Merge from mainline X-Git-Tag: binutils-2_10_1~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f48331673826c98f7d8057f88b34f880cec7b1d;p=thirdparty%2Fbinutils-gdb.git Merge from mainline --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 590abef5171..d7e5cd51047 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-10-14 Philip Blundell + + From 2000-06-17 Mark Elbrecht + + * config/obj-coff.c (obj_coff_weak): Typo fix: Change BFD_ASSEMLER + to BFD_ASSEMBLER. + 2000-09-08 Philip Blundell * config/tc-arm.c (md_apply_fix3): Correct handling of ADRL when diff --git a/gas/config/obj-coff.c b/gas/config/obj-coff.c index d7508680336..a0847c4c600 100644 --- a/gas/config/obj-coff.c +++ b/gas/config/obj-coff.c @@ -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