From: Ian Lance Taylor Date: Fri, 31 May 1996 18:10:44 +0000 (+0000) Subject: * nm.c (filter_symbols): Check for BSF_WEAK as well as X-Git-Tag: gdb-4_18~8597 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43f1d101ef38439b4200f1256d852cd0d22508a8;p=external%2Fbinutils.git * nm.c (filter_symbols): Check for BSF_WEAK as well as BSF_GLOBAL. * objcopy.c (filter_symbols): Likewise. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 986e5a9..dfc06a5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Fri May 31 13:59:24 1996 Ian Lance Taylor + + * nm.c (filter_symbols): Check for BSF_WEAK as well as + BSF_GLOBAL. + * objcopy.c (filter_symbols): Likewise. + +Wed May 8 16:57:20 1996 Ian Lance Taylor + + * objcopy.c (copy_object): Make clear that it is only a warning + when the output file can not represent the architecture. + Fri May 3 11:30:17 1996 Ian Lance Taylor * objdump.c (disassemble_data): Don't refer to bytes past the end