]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 505-gcc-4.5.1-bug13932.patch
- undos sources before patching.
[packages/crossavr-gcc.git] / 505-gcc-4.5.1-bug13932.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-12-14 18:10:15.000000000 +0530
3+++ gcc/config/avr/avr-devices.c 2011-12-14 18:12:49.000000000 +0530
4@@ -259,7 +259,7 @@ const struct mcu_type_s avr_mcu_types[]
5 /* Enhanced, ==256K + 3-Byte PC +
6 { MOVW/LPMX, JMP/CALL, MUL, ELPM, ELPMX, EIJMP/EICALL }. */
7 { "avr6", ARCH_AVR6, NULL, 0, 0x0200, "m2561" },
8- { "atmega2560", ARCH_AVR6, "__AVR_ATmega2560__", 0, 0x0200, "m2561" },
9+ { "atmega2560", ARCH_AVR6, "__AVR_ATmega2560__", 0, 0x0200, "m2560" },
10 { "atmega2561", ARCH_AVR6, "__AVR_ATmega2561__", 0, 0x0200, "m2561" },
11 { "atmega256rfa2", ARCH_AVR6, "__AVR_ATmega256RFA2__", 0, 0x0200, "m256rfa2" },
12 { "atmega256rfr2", ARCH_AVR6, "__AVR_ATmega256RFR2__", 0, 0x0200, "m256rfr2" },
This page took 0.091477 seconds and 4 git commands to generate.