
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.
15 lines
200 B
ArmAsm
15 lines
200 B
ArmAsm
.section .rodata.str1.8,"aMS",%progbits,1
|
|
.p2align 3
|
|
.LC0:
|
|
.asciz "abcdefg"
|
|
.p2align 3
|
|
.LC1:
|
|
.asciz "defg"
|
|
.p2align 3
|
|
.LC2:
|
|
.asciz "01234567abcdefg"
|
|
|
|
.data
|
|
.long .LC0
|
|
.long .LC1
|
|
.long .LC2
|