]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog
AVR Linker: Allow the start of the data region to be specified on the linker command...
authorNick Clifton <nickc@redhat.com>
Thu, 3 Nov 2022 09:20:37 +0000 (09:20 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 3 Nov 2022 09:20:37 +0000 (09:20 +0000)
commit78cd9188d0fb3ab8b1c33b4cb54ad85ffa444192
tree55cc4d58374137f80da08ce1c60be1b93efbace9
parentfa6895ad35ebfa6a9e69808da0bae249d9b8a638
AVR Linker: Allow the start of the data region to be specified on the linker command line.  [Fix PR number in ChangeLog entry]

PR 29741
* 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.
ld/ChangeLog