diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-24 00:36:47 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-24 00:36:47 +0000 |
commit | 62b7d3f1f1b805c22545bc5cafcd014655daf476 (patch) | |
tree | ac98b8fabe4029e305d7de712d826b5730cc77ba /bfd/ChangeLog | |
parent | 78586f06cb16f4eabed0e74a4d841c0386b4ab76 (diff) | |
download | gdb-62b7d3f1f1b805c22545bc5cafcd014655daf476.zip gdb-62b7d3f1f1b805c22545bc5cafcd014655daf476.tar.gz gdb-62b7d3f1f1b805c22545bc5cafcd014655daf476.tar.bz2 |
2001-06-23 H.J. Lu <hjl@gnu.org>
* elf32-i386.c (elf_i386_relocate_section): Check the
ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
in the regular object file and treat the weak definition as
the normal one.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 525acc4..7eeede2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2001-06-23 H.J. Lu <hjl@gnu.org> + + * elf32-i386.c (elf_i386_relocate_section): Check the + ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined + in the regular object file and treat the weak definition as + the normal one. + 2001-06-23 Alan Modra <amodra@bigpond.net.au> * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten |