re PR target/50652 ([avr] Incorrect data start value for atmega164a)
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 10 Oct 2011 08:32:15 +0000 (08:32 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 10 Oct 2011 08:32:15 +0000 (08:32 +0000)
PR target/50652
* config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
atmega164a to 0x100.

From-SVN: r179737

gcc/ChangeLog
gcc/config/avr/avr-mcus.def

index 3a3c9853a16eee31a086e734b79828bfad51dd91..7e7d6b288268012eb98fcc7ffc9ed6182eeb1318 100644 (file)
@@ -1,3 +1,9 @@
+2011-10-10  Georg-Johann Lay  <avr@gjlay.de>
+
+       PR target/50652
+       * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of
+       atmega164a to 0x100.
+
 2011-10-09  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make
index 4a592da9849570a59839959f9980c2963f9564f7..51203584042cb67e1e0ec625aa5da683b8af3423 100644 (file)
@@ -117,7 +117,7 @@ AVR_MCU ("atmega16a",            ARCH_AVR5, "__AVR_ATmega16A__",         0, 0, 0
 AVR_MCU ("atmega161",            ARCH_AVR5, "__AVR_ATmega161__",         0, 0, 0x0060, "m161")
 AVR_MCU ("atmega162",            ARCH_AVR5, "__AVR_ATmega162__",         0, 0, 0x0100, "m162")
 AVR_MCU ("atmega163",            ARCH_AVR5, "__AVR_ATmega163__",         0, 0, 0x0060, "m163")
-AVR_MCU ("atmega164a",           ARCH_AVR5, "__AVR_ATmega164A__",        0, 0, 0x0060, "m164a")
+AVR_MCU ("atmega164a",           ARCH_AVR5, "__AVR_ATmega164A__",        0, 0, 0x0100, "m164a")
 AVR_MCU ("atmega164p",           ARCH_AVR5, "__AVR_ATmega164P__",        0, 0, 0x0100, "m164p")
 AVR_MCU ("atmega165",            ARCH_AVR5, "__AVR_ATmega165__",         0, 0, 0x0100, "m165")
 AVR_MCU ("atmega165a",           ARCH_AVR5, "__AVR_ATmega165A__",        0, 0, 0x0100, "m165a")