RISC-V: The object without priv spec attributes can be linked with any object.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / c-lui-2.s
CommitLineData
080a4883
JW
1 .option nopic
2 .text
3 .align 1
4 .globl _start
5 .type _start, @function
6_start:
7 lui a0,%hi(foo)
8 addi a0,a0,%lo(foo)
9 .skip 0x7f8
10foo:
11 ret
12 .size _start, .-_start
This page took 0.066082 seconds and 4 git commands to generate.