aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-03-15 02:03:00 +0000
committerAlan Modra <amodra@gmail.com>2010-03-15 02:03:00 +0000
commitd43d0b53f63b1e8801ad5d21642b542f742dd43e (patch)
treea7994e11e6aa464db2c15eda57b74be37438b8cb /ld/ChangeLog
parent1bbe090216c757ccf79f3860b7db2ad660feb492 (diff)
downloadgdb-d43d0b53f63b1e8801ad5d21642b542f742dd43e.zip
gdb-d43d0b53f63b1e8801ad5d21642b542f742dd43e.tar.gz
gdb-d43d0b53f63b1e8801ad5d21642b542f742dd43e.tar.bz2
* emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
(ppc_before_allocation): Call sort_toc_sections. (no_toc_sort, OPTION_NO_TOC_SORT): New. (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 61f5081..db1a305 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-15 Alan Modra <amodra@gmail.com>
+
+ * emultempl/ppc64elf.em (move_input_section, sort_toc_sections): New.
+ (ppc_before_allocation): Call sort_toc_sections.
+ (no_toc_sort, OPTION_NO_TOC_SORT): New.
+ (PARSE_AND_LIST_PROLOGUE, PARSE_AND_LIST_LONGOPTS,
+ PARSE_AND_LIST_OPTIONS): Handle --no-toc-sort.
+
2010-03-14 Alan Modra <amodra@gmail.com>
PR ld/11378