repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2010-02-10 Quentin Neill <quentin.neill@amd.com>
[binutils.git]
/
ld
/
testsuite
/
ld-spu
/
fixup.s
blob
c0fd6db8bc3bf479aa4fe45f8c514dfac50f3d28
1
.global _end
2
.global _start
3
.global glob
4
.global after
5
.global before
6
.weak undef
7
8
.section .text,
"ax"
9
_start
:
10
stop
11
12
13
.data
14
.p2align 4
15
before
:
16
.long _end, 0, _start, after
17
.long 0, 0, 0, glob
18
loc
:
19
.long 1,0,0,0
20
glob
:
21
.long 2,0,0,0
22
after
:
23
.long 0, 0, 0, before
24