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