Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr27491-2.s
1 .weak __start_xx
2 .weak __stop_xx
3
4 .text
5 .global foo
6 foo:
7 movq __start_xx@gotpcrel(%rip), %rax
8 movq __stop_xx@gotpcrel(%rip), %rax
9 leaq bar1(%rip), %rax
10 leaq bar2(%rip), %rax
11
12 .section xx,"a",unique,0
13 .byte 0
14 bar1:
15 .byte 0
16 bar2:
17 .byte 0
18
19 .section xx,"a",unique,1
20 .byte 1