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

14 lines
208 B
ArmAsm

.weak __start_xx
.weak __stop_xx
.text
.global foo
foo:
movq __start_xx@gotpcrel(%rip), %rax
movq __stop_xx@gotpcrel(%rip), %rax
.section xx,"a",unique,0
.byte 0
.section xx,"a",unique,1
.byte 1