Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-powerpc/tocopt2.s

11 lines
114 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.globl xt
.section .toc,"aw"
xt:
.quad x
.globl _start
.text
_start:
addis 9,2,xt@toc@ha
ld 9,xt@toc@l(9)