From: Nick Clifton Date: Thu, 3 Nov 2022 09:20:37 +0000 (+0000) Subject: AVR Linker: Allow the start of the data region to be specified on the linker command... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78cd9188d0fb3ab8b1c33b4cb54ad85ffa444192;p=binutils-gdb.git 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index af1f5578b70..170ddb04418 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,6 +1,6 @@ 2022-11-03 Nick Clifton - 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.