This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50652] New: [avr] Incorrect data start value for atmega164a
- From: "wek at host dot sk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 07 Oct 2011 08:28:57 +0000
- Subject: [Bug target/50652] New: [avr] Incorrect data start value for atmega164a
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50652
Bug #: 50652
Summary: [avr] Incorrect data start value for atmega164a
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: target
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: wek@host.sk
Target: avr
The data section start address in avr_mcu_types array (in avr-devices.c, since
rev 175248 pulled out to avr-mcus.def) for atmega164a is incorrectly set to
0x0060 rather than to 0x0100.
This bug was originally reported in
http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=112577