Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcgp-relax-02.s
1 .text
2 .globl _start
3 _start:
4 .L1: auipc a0, %pcrel_hi(data_a)
5 .L2: auipc a1, %pcrel_hi(data_b)
6 addi a0, a0, %pcrel_lo(.L1)
7 addi a1, a1, %pcrel_lo(.L2)
8
9 .data
10 .word 0x0
11 .globl data_a
12 data_a:
13 .word 0x1
14
15 .section .rodata
16 .globl data_b
17 data_b:
18 .word 0x2