From e12693c1edf12b1e92d17313b4a83038ba4f8aa5 Mon Sep 17 00:00:00 2001 From: Georg-Johann Lay Date: Mon, 10 Oct 2011 08:32:15 +0000 Subject: [PATCH] re PR target/50652 ([avr] Incorrect data start value for atmega164a) PR target/50652 * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of atmega164a to 0x100. From-SVN: r179737 --- gcc/ChangeLog | 6 ++++++ gcc/config/avr/avr-mcus.def | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3a3c9853a16..7e7d6b28826 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2011-10-10 Georg-Johann Lay + + PR target/50652 + * config/avr/avr-mcus.def (AVR_MCU): Set .data_section_start of + atmega164a to 0x100. + 2011-10-09 Eric Botcazou * tree-ssa-forwprop.c (forward_propagate_into_comparison): Do not make diff --git a/gcc/config/avr/avr-mcus.def b/gcc/config/avr/avr-mcus.def index 4a592da9849..51203584042 100644 --- a/gcc/config/avr/avr-mcus.def +++ b/gcc/config/avr/avr-mcus.def @@ -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") -- 2.30.2