aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-06-25 02:40:47 +0000
committerAlan Modra <amodra@gmail.com>2001-06-25 02:40:47 +0000
commit866b34001a0fa34cd47f17bcf5ddf76945033d03 (patch)
tree77f1074e0ab88cd2c28b83e85565308b3beaa807 /bfd/ChangeLog
parentd14c409db38130b055f30200ecf3753f7e5f3d0a (diff)
downloadgdb-866b34001a0fa34cd47f17bcf5ddf76945033d03.zip
gdb-866b34001a0fa34cd47f17bcf5ddf76945033d03.tar.gz
gdb-866b34001a0fa34cd47f17bcf5ddf76945033d03.tar.bz2
* elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
relocs without ELF_LINK_HASH_DEF_DYNAMIC set. (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c23ed98..5528251 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2001-06-25 Alan Modra <amodra@bigpond.net.au>
+
+ * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
+ relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
+ (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
+ redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
+
2001-06-24 H.J. Lu <hjl@gnu.org>
* cpu-i960.c (scan_960_mach): Don't modify const char *. Use
@@ -5,8 +12,8 @@
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
+ * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
+ Check 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.