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
>
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)
https://sourceware.org/bugzilla/show_bug.cgi?id=18975
Marcin KoĆcielnicki changed:
What|Removed |Added
Blocks||18378
Referenced Bugs:
https: