aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-02-26 11:36:32 +0000
committerAlan Modra <amodra@gmail.com>2010-02-26 11:36:32 +0000
commit9445af9a0e29eea4c24162eb1446693f0b364bb8 (patch)
treebc820bee460fad23bab407bcac6bb561c442de42 /ld/ChangeLog
parent5107b1496b5da1fe73b8217c7b29083c2eb4642e (diff)
downloadfsf-binutils-gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.zip
fsf-binutils-gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.tar.gz
fsf-binutils-gdb-9445af9a0e29eea4c24162eb1446693f0b364bb8.tar.bz2
* scripttempl/elf.sc (.fini_array): Place input .fini_array after
.fini_array.*. * scripttempl/armbpabi.sc: Likewise. * scripttempl/elf32sh-symbian.sc: Likewise. * scripttempl/elf64hppa.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 47511bb..93471ef 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2010-02-26 Alan Modra <amodra@gmail.com>
+
+ * scripttempl/elf.sc (.fini_array): Place input .fini_array after
+ .fini_array.*.
+ * scripttempl/armbpabi.sc: Likewise.
+ * scripttempl/elf32sh-symbian.sc: Likewise.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+
2010-02-25 Alan Modra <amodra@gmail.com>
PR ld/11304