public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/55897] New: [avr] Allocate __memx data to .progmemx.data
@ 2013-01-07 14:19 gjl at gcc dot gnu.org
  2013-01-07 18:35 ` [Bug target/55897] " gjl at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gjl at gcc dot gnu.org @ 2013-01-07 14:19 UTC (permalink / raw)
  To: gcc-bugs


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: unassigned@gcc.gnu.org
        ReportedBy: gjl@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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-07 18:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-07 14:19 [Bug target/55897] New: [avr] Allocate __memx data to .progmemx.data gjl at gcc dot gnu.org
2013-01-07 18:35 ` [Bug target/55897] " gjl at gcc dot gnu.org
2013-01-07 18:38 ` gjl at gcc dot gnu.org
2013-01-07 18:51 ` gjl at gcc dot gnu.org
2013-01-07 18:54 ` gjl at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).