aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-02-16 08:02:29 +0000
committerAlan Modra <amodra@gmail.com>2009-02-16 08:02:29 +0000
commitd2ae7be0b282653dc7540ca33d4d2a775fff03f3 (patch)
treeaf3ca9a6224faf18914eba9ed2e71f82725403aa /ld/ChangeLog
parentbde18da45e5dea021d600aadeab702a6f7e31cb2 (diff)
downloadgdb-d2ae7be0b282653dc7540ca33d4d2a775fff03f3.zip
gdb-d2ae7be0b282653dc7540ca33d4d2a775fff03f3.tar.gz
gdb-d2ae7be0b282653dc7540ca33d4d2a775fff03f3.tar.bz2
* ldlang.c (process_insert_statements): ASSERT that output section
statements are in order.
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 0636f10..fdb319a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
2009-02-16 Alan Modra <amodra@bigpond.net.au>
+ * ldlang.c (process_insert_statements): ASSERT that output section
+ statements are in order.
+
+2009-02-16 Alan Modra <amodra@bigpond.net.au>
+
* ldlang.c (push_stat_ptr, pop_stat_ptr): New functions.
(stat_save, stat_save_ptr): New variables.
(lang_insert_orphan): Use push_stat_ptr and pop_stat_ptr.