Retro68/binutils/ld/testsuite/ld-mips-elf/pic-reloc-7.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

11 lines
146 B
ArmAsm

.text
.globl foo
.ent foo
foo:
$LCL:
lui $2, %highest($LCL)
addiu $2, %higher($LCL)
lui $2, %highest(bar)
addiu $2, %higher(bar)
.end foo