aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2012-05-24 01:04:53 +0000
committerCary Coutant <ccoutant@google.com>2012-05-24 01:04:53 +0000
commit18bbc1c5f0ded154d747c29d05e1ca35dc089cd8 (patch)
tree457bf65b1a6cd5e6ce27723c756200a870bc45bc /ld/ChangeLog
parent1be75daacf6afb892dba1e60856d56608a4e6b3b (diff)
downloadgdb-18bbc1c5f0ded154d747c29d05e1ca35dc089cd8.zip
gdb-18bbc1c5f0ded154d747c29d05e1ca35dc089cd8.tar.gz
gdb-18bbc1c5f0ded154d747c29d05e1ca35dc089cd8.tar.bz2
ld/
* scripttempl/armbpabi.sc: Match .data.rel.ro.* sections more carefully. Fix typo where .rela.data.rel.ro matches .rel.data.rel.ro. * scripttempl/mep.sc: Likewise. * scripttempl/elf.sc: Match .data.rel.ro.* sections more carefully. * scripttempl/elf64hppa.sc: Likewise. * scripttempl/elfxtensa.sc: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bf18bbf..38dfb24 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2012-05-23 Cary Coutant <ccoutant@google.com>
+
+ * scripttempl/armbpabi.sc: Match .data.rel.ro.* sections more
+ carefully. Fix typo where .rela.data.rel.ro matches
+ .rel.data.rel.ro.
+ * scripttempl/mep.sc: Likewise.
+ * scripttempl/elf.sc: Match .data.rel.ro.* sections more carefully.
+ * scripttempl/elf64hppa.sc: Likewise.
+ * scripttempl/elfxtensa.sc: Likewise.
+
2012-05-17 Daniel Richard G. <skunk@iskunk.org>
Nick Clifton <nickc@redhat.com>