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
[PATCH 40/57][Arm][OBJDUMP] Add support for MVE instructions: vdup, veor, vfma, vfms...
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-x86-64
/
pr22064a.S
blob
8065a112d7e37c3cdfa1bc3e2d5b19f185a5073c
1
.section .rodata.str1.1,"aMS",@progbits,1
2
.LC0:
3
.string "PASS"
4
.text
5
.globl main
6
.type main, @function
7
main:
8
movq foo@GOTPCREL(%rip), %rax
9
cmpl $0, (%rax)
10
jne .L4
11
subq $8, %rsp
12
call foo_p@PLT
13
cmpq foo@GOTPCREL(%rip), %rax
14
jne .L2
15
movq bar@GOTPCREL(%rip), %rax
16
cmpl $-1, (%rax)
17
jne .L2
18
call bar_p@PLT
19
cmpq bar@GOTPCREL(%rip), %rax
20
jne .L2
21
leaq .LC0(%rip), %rdi
22
call puts@PLT
23
.L2:
24
movl $0, %eax
25
addq $8, %rsp
26
ret
27
.L4:
28
movl $0, %eax
29
ret
30
.size main, .-main
31
.comm bar,8,4
32
.comm foo,4,4
33
.section .note.GNU-stack,"",@progbits