aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-06-06 12:59:59 +0000
committerAlan Modra <amodra@gmail.com>2005-06-06 12:59:59 +0000
commitb4f4e59ffff89dd86068046263008836e145ae41 (patch)
treec63463e15dd71eda6a39bdd5df8a7481fd565261 /bfd/ChangeLog
parentb12fe8393a0e37dd8462b199e43cb41bea509990 (diff)
downloadgdb-b4f4e59ffff89dd86068046263008836e145ae41.zip
gdb-b4f4e59ffff89dd86068046263008836e145ae41.tar.gz
gdb-b4f4e59ffff89dd86068046263008836e145ae41.tar.bz2
bfd/
* elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd case, include addend when indexing .opd section map. (ppc64_elf_edit_opd): Add no_opd_opt param. Do nothing besides clear opd_adjust array if no_opd_opt set. Tidy code. * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype. ld/ * emultempl/ppc64elf.em (ppc_before_allocation): Always run ppc64_elf_edit_opd.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2c0feac..e509590 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2005-06-06 Alan Modra <amodra@bigpond.net.au>
+
+ * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
+ case, include addend when indexing .opd section map.
+ (ppc64_elf_edit_opd): Add no_opd_opt param. Do nothing besides
+ clear opd_adjust array if no_opd_opt set. Tidy code.
+ * elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
+
2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
* dwarf2.c (comp_unit): Fix a typo in comment.