bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-spu / ear.s
CommitLineData
0fd7d342
AM
1 .text
2 .global _start
3_start:
4 br _start
5
6#test old-style toe _EAR_ syms
7 .section .toe,"a",@nobits
8374f9d4 8 .p2align 4
0fd7d342
AM
9_EAR_:
10 .space 16
11_EAR_bar:
12 .space 16
13
14#test new-style _EAR_ syms
15 .data
8374f9d4 16 .p2align 4
0fd7d342
AM
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
8374f9d4 26 .p2align 4
0fd7d342
AM
27_EAR_blah:
28 .space 16
This page took 0.097385 seconds and 4 git commands to generate.