[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 --- Comment #2 from Marcin Koƛcielnicki --- (In reply to Cary Coutant from comment #1) > The way to fill holes in a section when using scripts is to specify a fill > pattern; e.g.: > > SECTIONS { > .text : { *(.text) } = 0x90909090 >

[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 --- Comment #1 from Cary Coutant --- The way to fill holes in a section when using scripts is to specify a fill pattern; e.g.: SECTIONS { .text : { *(.text) } = 0x90909090 } or SECTIONS { .text : { FILL(0x90909090) *(.text)

[Bug gold/18975] gold: code_fill not executed if linker script is in use

2015-09-16 Thread koriakin at 0x04 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=18975 Marcin Koƛcielnicki changed: What|Removed |Added Blocks||18378 Referenced Bugs: https: