e9e9cead3f
* ld-mn10300/i143317.s: New test - checks linker relaxation when symbols are in a merged section. * ld-mn10300/i143317.d: Expected disassembly. * ld-mn10300/i143317.t: Linker map. * ld-mn10300/mn10300.exp (mn10300_tests): Add the i143317 test.
21 lines
781 B
Makefile
21 lines
781 B
Makefile
#name: --set-section-flags test 1 (sections)
|
|
#ld: -Tflags1.ld
|
|
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
|
#readelf: -l --wide
|
|
#xfail: "arm*-*-*" "xscale-*-*"
|
|
#xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "m32r-*-*" "msp430-*-*"
|
|
#xfail: "*-*-hpux*"
|
|
# Fails on the ARM because the .section type character is % rather than @.
|
|
# Fails on the AVR, DLX, H8300, M32R and MSP430 because the two sections
|
|
# are not merged into one segment. (There is no good reason why they have to be).
|
|
# Fails on HPUX systems because the .type pseudo-op behaves differently.
|
|
|
|
#...
|
|
Program Headers:
|
|
Type.*
|
|
LOAD +0x[0-9a-f]+ 0x0*0 0x0*0 0x0*016[1-8] 0x0*016[1-8] RWE 0x[0-9a-f]+
|
|
|
|
#...
|
|
Segment Sections...
|
|
00[ \t]+.text .post_text_reserve[ \t]*
|
|
#pass
|