[Bug ld/15839] New: avr-ld -r removes sections created with avr-gcc -ffunction-sections -fdata-sections

2013-08-14 Thread asmtwiddler at gmail dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: asmtwiddler at gmail dot com Currently avr-ld -r merges sections created with avr-gcc -ffunction-sections -fdata-sections back into the .text and .data sections. This is

[Bug ld/15839] avr-ld -r removes sections created with avr-gcc -ffunction-sections -fdata-sections

2013-08-22 Thread asmtwiddler at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15839 --- Comment #2 from asmtwiddler at gmail dot com --- (In reply to Nick Clifton from comment #1) > Created attachment 7160 [details] > Update AVR linker script to only merge text and data sections during a final > link > >