aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-05-22 14:58:15 +0000
committerAlan Modra <amodra@gmail.com>2012-05-22 14:58:15 +0000
commit7e01508c914b74feec6a794fdf5a24a7eb8686b1 (patch)
treeb8d85dc4182e38ac74de9d7f4c0891aba7e04a70 /bfd/ChangeLog
parent5d4f7eb2f0a24d5211810fba26603962af5b2e5a (diff)
downloadgdb-7e01508c914b74feec6a794fdf5a24a7eb8686b1.zip
gdb-7e01508c914b74feec6a794fdf5a24a7eb8686b1.tar.gz
gdb-7e01508c914b74feec6a794fdf5a24a7eb8686b1.tar.bz2
* elflink.c (bfd_elf_discard_info): Look for next .eh_frame if
first one is zero size or discarded. * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set most of glink_eh_frame contents here.. (ppc_elf_finish_dynamic_sections): ..rather than here. Just set offset to .glink.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6271710..a92ebe8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2012-05-22 Alan Modra <amodra@gmail.com>
+
+ * elflink.c (bfd_elf_discard_info): Look for next .eh_frame if
+ first one is zero size or discarded.
+ * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set most of
+ glink_eh_frame contents here..
+ (ppc_elf_finish_dynamic_sections): ..rather than here. Just set
+ offset to .glink.
+
2012-05-22 H.J. Lu <hongjiu.lu@intel.com>
PR ld/13909