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-powerpc
/
tocvar.s
blob
d4ebbbe76e87a5b0278b15b0f6bcb1646c3b83a7
1
.section .opd,
"aw"
,@progbits
2
.global _start
3
.type _start,@function
4
_start
:
5
.quad .L_start, .TOC.@tocbase, 0
6
7
.text
8
.L_start:
9
lwz
3
,
x@toc
(
2
)
10
b
_start
11
.size _start,.-.L_start
12
13
.section .toc,
"aw"
,@progbits
14
.global x
15
.type x,@object
16
x
:
.long 0
17
.size x,.-x