Don't write to inferior_ptid in gnu-nat.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcrel-lo-addend-2.s
CommitLineData
551703cf
JW
1 .text
2 .globl _start
3 .align 3
4_start:
5 nop
6 .LA0: auipc a5,%pcrel_hi(ll)
7 lw a0,%pcrel_lo(.LA0)(a5)
8 lw a0,%pcrel_lo(.LA0+4)(a5)
9 ret
10 .globl ll
11 .data
12 .align 3
13 .zero 2024
14ll:
15 .word 0
16 .word 0
This page took 0.109735 seconds and 4 git commands to generate.