binutils-gdb/ld/testsuite/ld-arm/cortex-a8-fix-hdr.t

11 lines
104 B
Raku

SECTIONS {
. = SIZEOF_HEADERS;
. += 0xf80;
.text : {
*(.text)
} = 0
/DISCARD/ : { *(*) }
}