]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 411-gcc-4.5.1-atxmega64d4.patch
- synchronized patches with Atmel official AVR8-GNU toolchain.
[packages/crossavr-gcc.git] / 411-gcc-4.5.1-atxmega64d4.patch
CommitLineData
dbe7ab63 1diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
2--- gcc/config/avr/avr-devices.c 2011-09-02 12:37:07.000000000 +0300
3+++ gcc/config/avr/avr-devices.c 2011-09-02 12:37:47.000000000 +0300
4@@ -272,6 +272,7 @@ const struct mcu_type_s avr_mcu_types[]
5 { "atxmega64a3", ARCH_AVRXMEGA4, "__AVR_ATxmega64A3__", 0, 0x2000, "x64a3" },
6 { "atxmega64a3u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A3U__", 0, 0x2000, "x64a3u"},
7 { "atxmega64d3", ARCH_AVRXMEGA4, "__AVR_ATxmega64D3__", 0, 0x2000, "x64d3" },
8+ { "atxmega64d4", ARCH_AVRXMEGA4, "__AVR_ATxmega64D4__", 0, 0x2000, "x64d4" },
9 /* Xmega, >= 64K, < 128K FLASH, > 64K RAM. */
10 { "avrxmega5", ARCH_AVRXMEGA5, NULL, 0, 0x2000, "x64a1" },
11 { "atxmega64a1", ARCH_AVRXMEGA5, "__AVR_ATxmega64A1__", 0, 0x2000, "x64a1" },
12diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
13--- gcc/config/avr/t-avr 2011-09-02 12:37:07.000000000 +0300
14+++ gcc/config/avr/t-avr 2011-09-02 12:37:47.000000000 +0300
15@@ -283,6 +283,7 @@ MULTILIB_MATCHES = \
16 mmcu?avrxmega4=mmcu?atxmega64a3 \
17 mmcu?avrxmega4=mmcu?atxmega64a3u \
18 mmcu?avrxmega4=mmcu?atxmega64d3 \
19+ mmcu?avrxmega4=mmcu?atxmega64d4 \
20 mmcu?avrxmega5=mmcu?atxmega64a1 \
21 mmcu?avrxmega5=mmcu?atxmega64a1u \
22 mmcu?avrxmega6=mmcu?atxmega128a3 \
This page took 0.181294 seconds and 4 git commands to generate.