https://sourceware.org/bugzilla/show_bug.cgi?id=31177
Bug ID: 31177 Summary: AVR: Use __TEXT_REGION_ORIGIN__ as start for MEMORY region text Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: gjl at gcc dot gnu.org Target Milestone: --- The start of MEMORY region text currently starts hard-coded at 0. The linker can produce more exact diagnostics when it knows the exact placements of the memory regions. For some old devices, program memory starts at 0x8000, so allow to specify program memory start at __TEXT_REGION_ORIGIN__ similar to how the data region is described. -- You are receiving this mail because: You are on the CC list for the bug.