http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55897



             Bug #: 55897

           Summary: [avr] Allocate __memx data to .progmemx.data

    Classification: Unclassified

           Product: gcc

           Version: 4.8.0

            Status: UNCONFIRMED

          Severity: normal

          Priority: P3

         Component: target

        AssignedTo: unassig...@gcc.gnu.org

        ReportedBy: g...@gcc.gnu.org

            Target: avr





Currently, data in address space __memx is allocated to .progmem.data, i.e. the

same section as for __flash resp. progmem.  However, there os no need that

__memx goes onto the same section.



In order to support better data layout, __memx should go in a different section

than .progmem, e.g. progmemx.

Reply via email to