ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / c_ujump.s
blob65dcf5ebf91747aea49dcd4bda1df6284778e194
1 //Original:/testcases/core/c_ujump/c_ujump.dsp
2 // Spec Reference: ujump
3 # mach: bfin
5 .include "testutils.inc"
6 start
9 INIT_R_REGS 0;
11 ASTAT = r0;
13 JUMP.S LAB1;
16 STOP:
17 JUMP.S END;
19 LAB1:
20 R1 = 0x1111 (X);
21 JUMP.S LAB5;
22 R6 = 0x6666 (X);
24 LAB2:
25 R2 = 0x2222 (X);
26 JUMP.S STOP;
28 LAB3:
29 R3 = 0x3333 (X);
30 JUMP.S LAB2;
31 R7 = 0x7777 (X);
33 LAB4:
34 R4 = 0x4444 (X);
35 JUMP.S LAB3;
37 LAB5:
38 R5 = 0x5555 (X);
39 JUMP.S LAB4;
41 END:
43 CHECKREG r0, 0x00000000;
44 CHECKREG r1, 0x00001111;
45 CHECKREG r2, 0x00002222;
46 CHECKREG r3, 0x00003333;
47 CHECKREG r4, 0x00004444;
48 CHECKREG r5, 0x00005555;
49 CHECKREG r6, 0x00000000;
50 CHECKREG r7, 0x00000000;
52 pass