]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog-2015
This patch modifies the AVR linker script templates to use __<name>_REGION_LENGTH__...
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Tue, 24 Feb 2015 11:26:28 +0000 (11:26 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 24 Feb 2015 11:26:28 +0000 (11:26 +0000)
commitcb0728165e282be2ad9b121c8c1e9da98c9784e4
treeadd743d75d0f02985262cd0062ec3b7dd1710eac
parent0821d5b14efc2fb0c929ba077855cbc5e7a0932a
This patch modifies the AVR linker script templates to use __<name>_REGION_LENGTH__ symbols, if provided, for setting memory region lengths, defaulting to the current constant values otherwise.

ld * scripttempl/avr.sc: Add new user_signatures region. Define and Use
symbols for all region lengths.
* scripttempl/avrtiny.sc: Define and use symbols for all region lengths.

testsuite * ld-avr/region_overflow.d: New test.
* ld-avr/region_overflow.s: Likewise.
ld/ChangeLog
ld/scripttempl/avr.sc
ld/scripttempl/avrtiny.sc
ld/testsuite/ChangeLog
ld/testsuite/ld-avr/region_overflow.d [new file with mode: 0644]
ld/testsuite/ld-avr/region_overflow.s [new file with mode: 0644]