old-cross-binutils/ld/testsuite/ld-arm/cortex-a8-fix-hdr.t
Nathan Sidwell 3ae046ccd3 bfd/
* elf32-arm.c (elf32_arm_size_stubs): Call layout_sections_again
	at least once when fixing cortex-a8.

	ld/testsuite/
	* ld-arm/arm-elf.exp: Add new test.
	* ld-arm/cortex-a8-fix-hdr.d: New.
	* ld-arm/cortex-a8-fix-hdr.s: New.
	* ld-arm/cortex-a8-fix-hdr.t: New.
2009-08-06 13:05:24 +00:00

10 lines
104 B
Raku

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