]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 416-gcc-atxmega64a4u.patch
- synchronized patches with official AVR toolchain 3.4.1.830
[packages/crossavr-gcc.git] / 416-gcc-atxmega64a4u.patch
CommitLineData
dbe7ab63 1diff -Naurp gcc/config/avr/avr-devices.c gcc/config/avr/avr-devices.c
6ef8d480
PZ
2--- gcc/config/avr/avr-devices.c 2011-10-28 14:39:27.000000000 +0530
3+++ gcc/config/avr/avr-devices.c 2011-10-28 14:59:12.000000000 +0530
ab7f78a4 4@@ -277,6 +277,7 @@ const struct mcu_type_s avr_mcu_types[]
dbe7ab63 5 { "avrxmega4", ARCH_AVRXMEGA4, NULL, 0, 0x2000, "x64d3" },
6 { "atxmega64a3", ARCH_AVRXMEGA4, "__AVR_ATxmega64A3__", 0, 0x2000, "x64a3" },
7 { "atxmega64a3u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A3U__", 0, 0x2000, "x64a3u"},
8+ { "atxmega64a4u", ARCH_AVRXMEGA4, "__AVR_ATxmega64A4U__", 0, 0x2000, "x64a4u"},
9 { "atxmega64b1", ARCH_AVRXMEGA4, "__AVR_ATxmega64B1__", 0, 0x2000, "x64b1" },
10 { "atxmega64b3", ARCH_AVRXMEGA4, "__AVR_ATxmega64B3__", 0, 0x2000, "x64b3"},
11 { "atxmega64d3", ARCH_AVRXMEGA4, "__AVR_ATxmega64D3__", 0, 0x2000, "x64d3" },
12diff -Naurp gcc/config/avr/t-avr gcc/config/avr/t-avr
6ef8d480
PZ
13--- gcc/config/avr/t-avr 2011-10-28 14:52:10.000000000 +0530
14+++ gcc/config/avr/t-avr 2011-10-28 14:59:12.000000000 +0530
ab7f78a4 15@@ -287,6 +287,7 @@ MULTILIB_MATCHES = \
dbe7ab63 16 mmcu?avrxmega2=mmcu?atxmega32x1 \
17 mmcu?avrxmega4=mmcu?atxmega64a3 \
18 mmcu?avrxmega4=mmcu?atxmega64a3u \
19+ mmcu?avrxmega4=mmcu?atxmega64a4u \
20 mmcu?avrxmega4=mmcu?atxmega64b1 \
21 mmcu?avrxmega4=mmcu?atxmega64b3 \
22 mmcu?avrxmega4=mmcu?atxmega64d3 \
ab7f78a4
PZ
23
244
This page took 0.037939 seconds and 4 git commands to generate.