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
/
defsym.s
blob
efca072ca3cc6838c74899357468366e761998a0
1
.text
2
.globl _start
3
_start
:
4
bl
foo
5
bl
bar
6
nop
7
8
.globl foo
9
.type foo,@function
10
foo
:
11
addis
2
,
12
,
.TOC.-foo@ha
12
addi
2
,
2
,
.TOC.-foo@l
13
.localentry foo,.-foo
14
blr
15
.size foo,.-foo
16
17
.data
18
.dc.a foo
19
.dc.a bar