bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21849] New: [avr] Locate .progmemx at a higher address.


From: gjl at gcc dot gnu.org
Subject: [Bug ld/21849] New: [avr] Locate .progmemx at a higher address.
Date: Thu, 27 Jul 2017 10:44:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21849

            Bug ID: 21849
           Summary: [avr] Locate .progmemx at a higher address.
           Product: binutils
           Version: 2.29
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: gjl at gcc dot gnu.org
  Target Milestone: ---

avr-gcc puts data for named address space __memx into section .progmemx.  The
current linker script has a catch-all .progmem* located at a lower address
together with data that is expected to reside in the lower 64 KiB flash
segment.

This is not required for __memx data so that .progmemx. can be moved to a
higher address, wasting less of the small addresses.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]