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. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils