
The merge test fais on numerous targets because they don't support the necessary pc-relative relocs. This patch removes that part of the merge test, and makes references to the merged strings from .data rather than .text to better support targets that relax text by default.
13 lines
291 B
Makefile
13 lines
291 B
Makefile
#source: merge.s
|
|
#ld: -T merge.ld
|
|
#objdump: -s
|
|
#xfail: [is_generic] hppa64-*-* ip2k-*-* nds32*-*-*
|
|
|
|
.*: file format .*elf.*
|
|
|
|
Contents of section .rodata:
|
|
1100 61626300 .*
|
|
|
|
Contents of section .data:
|
|
1200 (0011)?0000(1100)? (0211)?0000(1102)? (04)?000000(04)? (02)?000000(02)? .*
|
|
#pass
|