Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-riscv-elf/relro-relax-pcrel.s

15 lines
187 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.section .rodata
.align 10
.globl SymbolRodata
.set SymbolRodata, . + 0x1800
.word 0x0
.section .init_array
.word 0x0
.text
.globl _start
_start:
lla a0, SymbolRodata