ba0be05c6505e73335264a41b0f6a80d1d99577b
[deliverable/binutils-gdb.git] / ld / testsuite / ld-spu / ear.s
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
This page took 0.048754 seconds and 3 git commands to generate.