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-spu
/
ear.s
blob
724a52583a9898aa753e34b227832f3177c93e95
1
.text
2
.global _start
3
_start
:
4
br
_start
5
6
#test old-style toe _EAR_ syms
7
.section .toe,
"a"
,@nobits
8
.p2align 4
9
_EAR_
:
10
.space 16
11
_EAR_bar
:
12
.space 16
13
14
#test new-style _EAR_ syms
15
.data
16
.p2align 4
17
_EAR_main
:
18
.space 16
19
20
#new ones don't need to be 16 bytes apart
21
.space 16
22
_EAR_foo
:
23
.space 16
24
25
.section .data.blah,
"aw"
,@progbits
26
.p2align 4
27
_EAR_blah
:
28
.space 16