aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-11-20 16:51:21 +0000
committerNick Clifton <nickc@redhat.com>2013-11-20 16:51:21 +0000
commit925bbbbb989a9bef73a13d6085b2674fe8b90048 (patch)
tree02807a686f04be313d5573e23ea0eb2fb1c5af7b /ld/ChangeLog
parent8986e351a4e4cffcce727d6f612d08a90865358d (diff)
downloadgdb-925bbbbb989a9bef73a13d6085b2674fe8b90048.zip
gdb-925bbbbb989a9bef73a13d6085b2674fe8b90048.tar.gz
gdb-925bbbbb989a9bef73a13d6085b2674fe8b90048.tar.bz2
* scripttempl/elf32msp430.sc (.data): Set the based on the next
free location in the text memory region, not a computation based upon the size of the text section. Orphaned sections or other linker scripts might insert new sections between the .text section and the .data section. * scripttempl/elf32msp430_3.sc (.data): 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 2ea3b61..681a08b 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2013-11-20 Nick Clifton <nickc@redhat.com>
+
+ * scripttempl/elf32msp430.sc (.data): Set the based on the next
+ free location in the text memory region, not a computation based
+ upon the size of the text section. Orphaned sections or other
+ linker scripts might insert new sections between the .text section
+ and the .data section.
+ * scripttempl/elf32msp430_3.sc (.data): Likewise.
+
2013-11-19 Roland McGrath <mcgrathr@google.com>
Alan Modra <amodra@gmail.com>