forked from Imagelibrary/binutils-gdb
explicitly requested by the rest of the linker script.
* ld-scripts/include-1.d: Expect test to fail for AIX ports.
Do not assume that the .text section will be marked readonly.
* ld-scripts/include.s: Replace .section directives with just
.text or .data.
6 lines
89 B
Perl
6 lines
89 B
Perl
SECTIONS {
|
|
.text : { *(.text) } >rom
|
|
INCLUDE include-data.t
|
|
/DISCARD/ : { *(*) }
|
|
}
|