aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-23 07:37:31 +0000
committerNick Clifton <nickc@redhat.com>2013-08-23 07:37:31 +0000
commit865acd35866cc017ec11e48fbacc8d57d3943361 (patch)
treeb1fee51ce87417b05c726f721d20d1e585d6da52 /ld/ChangeLog
parent4f2374c7fa5f1f91a59f11670d1c8c269624a15d (diff)
downloadgdb-865acd35866cc017ec11e48fbacc8d57d3943361.zip
gdb-865acd35866cc017ec11e48fbacc8d57d3943361.tar.gz
gdb-865acd35866cc017ec11e48fbacc8d57d3943361.tar.bz2
PR ld/15839
* scripttempl/avr.sc: Do not include gc'able sections into general sections during relocatable links.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2c93588..f9cc7e6 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-23 Nick Clifton <nickc@redhat.com>
+
+ PR ld/15839
+ * scripttempl/avr.sc: Do not include gc'able sections into general
+ sections during relocatable links.
+
2013-08-22 Christian Franke <franke@computer.org>
* emultempl/pe.em: Add --disable-large-address-aware option.