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

11 lines
162 B
ArmAsm

.weak __start_xx
.weak __stop_xx
.text
.global foo
foo:
movl __start_xx@got(%ebx), %eax
movl __stop_xx@got(%ebx), %eax
.section xx,"a",unique,0
.byte 0