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.
This commit is contained in:
parent
fa6895ad35
commit
78cd9188d0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
2022-11-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR 29471
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue