Automatic date update in version.in
[binutils-gdb.git] / gold / testsuite / pr17704a_test.s
blob7eb02eecb73879a397514b281db6ce9b861cd1ad
1 nop
2 .section .text.foo,"axG",@progbits,foo,comdat
3 foo:
4 ret
6 .section .text.bar,"axG",@progbits,bar,comdat
7 .align 2
8 bar:
9 ret
11 .section .text._start,"ax",@progbits
12 .globl _start
13 _start:
14 leaq bar(%rip), %rsi
15 testb $1, %sil
16 je .L9
17 mov $60, %eax
18 mov $1, %rdi
19 syscall
20 .L9:
21 mov $60, %eax
22 mov $0, %rdi
23 syscall