ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / 10436.s
blob99754369784940901affd3115fa3b4ea3f051eb6
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 loadsym i0, tmp0;
8 r1 = i0;
9 b0=i0;
10 r3=4;
11 l0=0;
12 m0=0;
14 r5.l=0xdead;
15 r5.h=0xbeef;
17 l0=r3;
18 [i0++] = r5;
19 l0 = 0;
20 r0 = i0;
22 CC = R0 == R1;
23 if !CC JUMP _fail;
25 l0=r3;
26 r3=[i0--];
27 r0=i0;
29 CC = R0 == R1;
30 if !CC JUMP _fail;
32 pass
34 _fail:
35 fail
37 .data
38 tmp0:
39 .space (0x100);