diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-05-31 18:10:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-05-31 18:10:44 +0000 |
commit | 43f1d101ef38439b4200f1256d852cd0d22508a8 (patch) | |
tree | 54a3e7e214148ba77053bf52431d959dfc19efba /binutils/ChangeLog | |
parent | 2a24f7ff019cf4e5c3acc68ce3e2b709c5eb5cf8 (diff) | |
download | gdb-43f1d101ef38439b4200f1256d852cd0d22508a8.zip gdb-43f1d101ef38439b4200f1256d852cd0d22508a8.tar.gz gdb-43f1d101ef38439b4200f1256d852cd0d22508a8.tar.bz2 |
* nm.c (filter_symbols): Check for BSF_WEAK as well as
BSF_GLOBAL.
* objcopy.c (filter_symbols): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> * objdump.c (disassemble_data): Don't refer to bytes past the end |