]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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)
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

index af1f5578b70f120715fe5eda644237a711dcfa94..170ddb044188f457206a325c0e1a92bda0f3598b 100644 (file)
@@ -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.