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

11 lines
104 B
Perl
Raw Normal View History

2012-03-26 19:18:29 +00:00
SECTIONS {
. = SIZEOF_HEADERS;
. += 0xf80;
.text : {
*(.text)
} = 0
/DISCARD/ : { *(*) }
}