diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-07-26 19:34:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-07-26 19:34:14 +0000 |
commit | 9a402d7ac51fc1c7bbd8b684bc530ebd1e3d06fa (patch) | |
tree | 1aac5c1bc9c29745132a41631e8e5381434a4f02 /bfd | |
parent | 374d2ef9053ed629c495b9f9f07b7e4f70578f81 (diff) | |
download | gdb-9a402d7ac51fc1c7bbd8b684bc530ebd1e3d06fa.zip gdb-9a402d7ac51fc1c7bbd8b684bc530ebd1e3d06fa.tar.gz gdb-9a402d7ac51fc1c7bbd8b684bc530ebd1e3d06fa.tar.bz2 |
* elfcode.h (elf_adjust_dynamic_symbol): When handling a weak
symbol, correct check to see whether the equivalent normal symbol
was referenced.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d2dd49..db4900b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Tue Jul 26 11:04:00 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * elfcode.h (elf_adjust_dynamic_symbol): When handling a weak + symbol, correct check to see whether the equivalent normal symbol + was referenced. + Add support for creating shared libraries under i386 ELF and SPARC ELF. Based on patches by Eric Youngdale <ericy@cais.cais.com>. * libelf.h (struct elf_link_hash_entry): Remove copy_offset field. |