Deprecate a.out support for NetBSD targets.
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / relro-relax-lui.s
1 .section .rodata
2 .align 10
3 .globl SymbolRodata
4 .set SymbolRodata, . + 0x1800
5 .word 0x0
6
7
8 .section .init_array
9 .word 0x0
10
11 .text
12 .globl _start
13 _start:
14 lui a0, %hi (SymbolRodata)
15 addi a0, a0, %lo (SymbolRodata)