summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-11-03 09:17:41 +0000
committerNick Clifton <nickc@redhat.com>2022-11-03 09:17:41 +0000
commitfa6895ad35ebfa6a9e69808da0bae249d9b8a638 (patch)
tree9dff3e50525fbce9af0e9e8965d84f51a416c51c /ld/ChangeLog
parenta1af8f405cfa5bdb8c521768d662e322fc8dde63 (diff)
downloadbinutils-gdb-fa6895ad35ebfa6a9e69808da0bae249d9b8a638.tar.gz
AVR Linker: Allow the start of the data region to specified on the command line.
PR 29471 * scripttempl/avr.sc (__DATA_REGION_ORIGIN__): Define. If a value has not been provided on the command line then use DATA_ORIGIN. (MEMORY): Use __DATA_REGION_ORIGIN__ as the start of the data region.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 9ba8cbcfd0b..af1f5578b70 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2022-11-03 Nick Clifton <nickc@redhat.com>
+
+ PR 29471
+ * scripttempl/avr.sc (__DATA_REGION_ORIGIN__): Define. If a value
+ has not been provided on the command line then use DATA_ORIGIN.
+ (MEMORY): Use __DATA_REGION_ORIGIN__ as the start of the data region.
+
2022-10-21 Nick Clifton <nickc@redhat.com>
PR 29654