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

13 lines
220 B
ArmAsm

.text
.symver foo,foo@FOO
.globl foo
.type foo, @function
foo:
movq foobar@GOTPCREL(%rip), %rax
.size foo, .-foo
.globl bar
.type bar, @function
bar:
jmp *foo@GOTPCREL(%rip)
.size bar, .-bar
.comm foobar,30,4