aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-05-01 10:22:46 +0000
committerAlan Modra <amodra@gmail.com>2003-05-01 10:22:46 +0000
commit81848ca0c80045dd202aec165bd56ede271f9325 (patch)
tree56753cd6c8a4eba77ca941dc8660ae3e22af1b5e /bfd/ChangeLog
parent130cacceca840fe1b78c6a1f67c37f6bab3f7fc6 (diff)
downloadgdb-81848ca0c80045dd202aec165bd56ede271f9325.zip
gdb-81848ca0c80045dd202aec165bd56ede271f9325.tar.gz
gdb-81848ca0c80045dd202aec165bd56ede271f9325.tar.bz2
* elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
weakdef sym has already been adjusted before treating it specially. * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted. * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise. (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 34883f6..93b7fda 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,7 +1,11 @@
-2003-04-30 Nick Clifton <nickc@redhat.com>
+2003-05-01 Alan Modra <amodra@bigpond.net.au>
- * elf32-h8300.c (elf32_h8_relax_section): Do not crash when
- encountering relocs against the *ABS* section.
+ * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
+ weakdef sym has already been adjusted before treating it specially.
+ * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
+ ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
+ * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
+ (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
2003-04-28 H.J. Lu <hjl@gnu.org>