ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / s1.s
blob262dc06d9f3ba2a0b0dad06cf23363438e266b1c
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 R0 = 1;
7 R1 = 2;
8 R2 = 3;
9 R4 = 4;
10 P1 = R1;
11 LSETUP ( ls0 , ls0 ) LC0 = P1;
12 R5 = 5;
13 R6 = 6;
14 R7 = 7;
16 ls0: R1 += 1;
18 DBGA ( R1.L , 4 );
19 P1 = R1;
20 LSETUP ( ls1 , ls1 ) LC1 = P1;
21 ls1: R1 += 1;
23 DBGA ( R1.L , 8 );
25 pass