Fix PR ld/22263 on SPARC.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / merge3.s
CommitLineData
884151a7
AM
1 .section .rodata.str1.8,"aMS",%progbits,1
2 .p2align 3
3.LC0:
4 .asciz "abcdefg"
5 .p2align 3
6.LC1:
7 .asciz "defg"
8 .p2align 3
9.LC2:
10 .asciz "01234567abcdefg"
11
12 .text
13 .global _start
14_start:
15 .long .LC0
16 .long .LC1
17 .long .LC2
This page took 0.157347 seconds and 4 git commands to generate.