]> git.pld-linux.org Git - packages/crossavr-gcc.git/blame - 507-gcc-4.5.1-bug14415.patch
- undos sources before patching.
[packages/crossavr-gcc.git] / 507-gcc-4.5.1-bug14415.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:16:56.000000000 +0530
3+++ gcc/config/avr/avr-devices.c 2011-12-14 18:16:02.000000000 +0530
4@@ -170,7 +170,7 @@ const struct mcu_type_s avr_mcu_types[]
5 { "atmega32", ARCH_AVR5, "__AVR_ATmega32__", 0, 0x0060, "m32" },
6 { "atmega32a", ARCH_AVR5, "__AVR_ATmega32A__", 0, 0x0060, "m32a" },
7 { "atmega323", ARCH_AVR5, "__AVR_ATmega323__", 0, 0x0060, "m323" },
8- { "atmega324a", ARCH_AVR5, "__AVR_ATmega324A__", 0, 0x0060, "m324a" },
9+ { "atmega324a", ARCH_AVR5, "__AVR_ATmega324A__", 0, 0x0100, "m324a" },
10 { "atmega324p", ARCH_AVR5, "__AVR_ATmega324P__", 0, 0x0100, "m324p" },
11 { "atmega324pa", ARCH_AVR5, "__AVR_ATmega324PA__", 0, 0x0100, "m324pa" },
12 { "atmega325", ARCH_AVR5, "__AVR_ATmega325__", 0, 0x0100, "m325" },
This page took 0.03743 seconds and 4 git commands to generate.