diff options
author | Nick Clifton <nickc@redhat.com> | 2022-11-03 09:17:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-11-03 09:17:41 +0000 |
commit | fa6895ad35ebfa6a9e69808da0bae249d9b8a638 (patch) | |
tree | 9dff3e50525fbce9af0e9e8965d84f51a416c51c /ld/ChangeLog | |
parent | a1af8f405cfa5bdb8c521768d662e322fc8dde63 (diff) | |
download | gdb-fa6895ad35ebfa6a9e69808da0bae249d9b8a638.zip gdb-fa6895ad35ebfa6a9e69808da0bae249d9b8a638.tar.gz gdb-fa6895ad35ebfa6a9e69808da0bae249d9b8a638.tar.bz2 |
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/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9ba8cbc..af1f557 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 |