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]
/
ld
/
testsuite
/
ld-x86-64
/
pr19031b.S
blob
7bc8b31f77ba805d9f8954ad9fd79473bb17657d
1
.text
2
.globl g
3
.type g, @function
4
g:
5
movq f@GOTPCREL(%rip), %rax
6
retq
7
8
.globl h
9
.type h, @function
10
h:
11
leaq zed, %rax
12
movslq zed, %rbx
13
addq %rbx, %rax
14
retq
15
16
.data
17
zed:
18
.long f - .
19
.section .note.GNU-stack