This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/50652] New: [avr] Incorrect data start value for atmega164a


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]