blob: 7eb02eecb73879a397514b281db6ce9b861cd1ad [file] [log] [blame]
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