aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/merge3.s
blob: 9328d4dd32fe7f14abb5bc0d703bd7094f097f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
	.section .rodata.str1.8,"aMS",%progbits,1
	.p2align 3
.LC0:
	.asciz	"abcdefg"
	.p2align 3
.LC1:
	.asciz	"defg"
	.p2align 3
.LC2:
	.asciz	"01234567abcdefg"

	.text
	.global _start
_start:
	.long	.LC0
	.long	.LC1
	.long	.LC2