repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb.git]
/
gold
/
testsuite
/
pr17704a_test.s
blob
7eb02eecb73879a397514b281db6ce9b861cd1ad
1
nop
2
.section .text.foo,
"axG"
,@progbits,foo,comdat
3
foo
:
4
ret
5
6
.section .text.bar,
"axG"
,@progbits,bar,comdat
7
.align 2
8
bar
:
9
ret
10
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