5b9f75a8ae
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.
5 lines
89 B
Perl
5 lines
89 B
Perl
SECTIONS {
|
|
.text : { *(.text) } >rom
|
|
INCLUDE include-data.t
|
|
/DISCARD/ : { *(*) }
|
|
}
|