[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/21472] [avr] Add new emulation for ATtiny416 et al.
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/21472] [avr] Add new emulation for ATtiny416 et al. |
Date: |
Fri, 19 May 2017 14:08:15 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21472
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f4203b2b8830e66e5229b7f9d30cd29b088566b5
commit f4203b2b8830e66e5229b7f9d30cd29b088566b5
Author: eorg-Johann Lay <address@hidden>
Date: Fri May 19 15:06:33 2017 +0100
Update avrxmega3 linker emulation to support avrxmega2 devices with flash
memory visible in the SRAM address range.
PR ld/21472
ld * emulparams/avrxmega3.sh (RODATA_PM_OFFSET): Set to 0x8000.
* scripttempl/avr.sc
(__RODATA_PM_OFFSET__) [RODATA_PM_OFFSET]: Use RODATA_PM_OFFSET
as default if not already defined.
(.data) [!RODATA_PM_OFFSET]: Don't include .rodata and friends.
(.rodata) [RODATA_PM_OFFSET]: Put at an offset of
__RODATA_PM_OFFSET__.
gas * config/tc-avr.c (mcu_types): Add entries for: attiny416,
attiny417, attiny816, attiny817.
--
You are receiving this mail because:
You are on the CC list for the bug.