3ae046ccd3
* 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.
10 lines
104 B
Raku
10 lines
104 B
Raku
|
|
|
|
SECTIONS {
|
|
. = SIZEOF_HEADERS;
|
|
. += 0xf80;
|
|
.text : {
|
|
*(.text)
|
|
} = 0
|
|
/DISCARD/ : { *(*) }
|
|
}
|