Upload Tizen:Base source
[external/binutils.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  .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