mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
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.
6 lines
89 B
Perl
6 lines
89 B
Perl
SECTIONS {
|
|
.text : { *(.text) } >rom
|
|
INCLUDE include-data.t
|
|
/DISCARD/ : { *(*) }
|
|
}
|