commit | fa6895ad35ebfa6a9e69808da0bae249d9b8a638 | [log] [tgz] |
---|---|---|
author | Nick Clifton <nickc@redhat.com> | Thu Nov 03 09:17:41 2022 +0000 |
committer | Nick Clifton <nickc@redhat.com> | Thu Nov 03 09:17:41 2022 +0000 |
tree | 9dff3e50525fbce9af0e9e8965d84f51a416c51c | |
parent | a1af8f405cfa5bdb8c521768d662e322fc8dde63 [diff] |
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.