Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-mips-elf/got-page-7a.s
2023-03-06 14:48:14 +01:00

7 lines
84 B
ArmAsm

.globl f1
.ent f1
f1:
lw $4,%got_page(g)($gp)
addiu $4,$4,%got_ofst(g)
.end f1