Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-i386/pr19609-1.s

13 lines
242 B
ArmAsm
Raw Normal View History

2023-03-06 14:48:14 +01:00
.text
.weak bar
.globl _start
.type _start, @function
_start:
cmp bar@GOT(%edx), %eax
cmp bar@GOT(%edx), %ecx
mov bar@GOT(%edx), %eax
mov bar@GOT(%edx), %ecx
test bar@GOT(%edx), %eax
test bar@GOT(%edx), %ecx
.size _start, .-_start