diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-07-06 23:33:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-07-06 23:33:02 +0000 |
commit | 874a43273ce113676ef61b5dd779576fc4b3318b (patch) | |
tree | a7da8f4cbe277a9dd9ca118c1d8f34331a3cf882 /bfd | |
parent | 7a769b7ffafd0fdba21d3619a66520865c3e82c8 (diff) | |
download | gdb-874a43273ce113676ef61b5dd779576fc4b3318b.zip gdb-874a43273ce113676ef61b5dd779576fc4b3318b.tar.gz gdb-874a43273ce113676ef61b5dd779576fc4b3318b.tar.bz2 |
* elfcode.h (elf_link_output_sym): Don't call output_symbol_hook
if it is NULL.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e8302b3..ef39a98 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Wed Jul 6 19:21:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * hosts/sysv4.h (qsort, strtol): Don't declare. + + * elfcode.h (elf_link_output_sym): Don't call output_symbol_hook + if it is NULL. + + * elf32-mips.c (mips_elf_final_write_processing): Add ignored info + argument to correspond to recent libelf.h change. + Wed Jul 6 00:48:57 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * coff-alpha.c (alpha_ecoff_mkobject_hook): New hook to |