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
This commit is contained in:
parent
a959e9068f
commit
e12693c1ed
@ -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
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user