Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-i386/pr23194.s
2023-03-06 14:48:14 +01:00

13 lines
210 B
ArmAsm

.text
.symver foo,foo@FOO
.globl foo
.type foo, @function
foo:
movl foobar@GOT(%ebx), %eax
.size foo, .-foo
.globl bar
.type bar, @function
bar:
jmp *foo@GOT(%eax)
.size bar, .-bar
.comm foobar,30,4