RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-or1k / offsets1.s
CommitLineData
1c4f3780
RH
1 .data
2 .p2align 16
3x: .skip 10000
4
5 .text
6 .globl _start
7_start:
8
9 .set i, 0
10.rept 100
11 l.movhi r3, ha(x+i)
12 l.sw lo(x+i)(r3), r0
13 .set i, i+1000
14.endr
This page took 0.097055 seconds and 4 git commands to generate.