ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / issue103.s
blob6244a7f94d804ceb979b82e3c4f13f8da040d0c2
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 A0 = 0;
7 A1 = 0;
8 R0 = 0;
9 R1 = 0;
10 R2 = 0;
11 R3 = 0;
12 R4 = 0;
13 R5 = 0;
14 R2.H = 0xf12e;
15 R2.L = 0xbeaa;
16 R3.L = 0x00ff;
17 A1.w = R2;
18 A1.x = R3;
19 R0.H = 0xd136;
20 R0.L = 0x459d;
21 R1.H = 0xabd6;
22 R1.L = 0x9ec7;
24 _DBG A1;
25 R5 = A1 , A0 = R1.L * R0.L (FU);
27 DBGA ( R5.H , 0xffff );
28 DBGA ( R5.L , 0xffff );
30 NOP;
31 NOP;
32 NOP;
33 NOP;
34 pass