aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-06-25 05:20:57 +0000
committerAlan Modra <amodra@gmail.com>2010-06-25 05:20:57 +0000
commitba761f19f5658feaff39b69c0bdc84b8716cd3f9 (patch)
tree16f9055ee52f67720a5b6b08bbb90d2b24ce6419 /ld/ChangeLog
parentbded3693aef88c180260497e078c57d5e86a9ea4 (diff)
downloadgdb-ba761f19f5658feaff39b69c0bdc84b8716cd3f9.zip
gdb-ba761f19f5658feaff39b69c0bdc84b8716cd3f9.tar.gz
gdb-ba761f19f5658feaff39b69c0bdc84b8716cd3f9.tar.bz2
include/elf/
* ppc64.h (R_PPC64_LO_DS_OPT): Define. bfd/ * elf64-ppc.c (toc_skip_enum): Define. (ppc64_elf_edit_toc): Use two low bits of skip array as markers. Optimize largetoc sequences. (adjust_toc_syms): Update for skip array change. (ppc64_elf_relocate_section): Handle R_PPC64_LO_DS_OPT. ld/ * emultempl/ppc64elf.em (prelim_size_sections): New function. (ppc_before_allocation): Use it. Size sections before toc edit too.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index aadc774..975edc0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2010-06-25 Alan Modra <amodra@gmail.com>
+ * emultempl/ppc64elf.em (prelim_size_sections): New function.
+ (ppc_before_allocation): Use it. Size sections before toc edit too.
+
+2010-06-25 Alan Modra <amodra@gmail.com>
+
* emultempl/elf32.em (find_exp_assignment): Handle etree_provided.
2010-06-20 Danny Smith <dannysmith@users.sourceforge.net>