Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gold/testsuite/pr17704a_test.s

24 lines
318 B
ArmAsm
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
nop
.section .text.foo,"axG",@progbits,foo,comdat
foo:
ret
.section .text.bar,"axG",@progbits,bar,comdat
.align 2
bar:
ret
.section .text._start,"ax",@progbits
.globl _start
_start:
leaq bar(%rip), %rsi
testb $1, %sil
je .L9
mov $60, %eax
mov $1, %rdi
syscall
.L9:
mov $60, %eax
mov $0, %rdi
syscall