ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / a0.s
blob3bc78d62fa2992583f69394bfaa5ab6dc4ca3f48
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 R0 = 1;
7 R0 <<= 1;
8 DBGA ( R0.L , 2 );
9 R0 <<= 1;
10 DBGA ( R0.L , 4 );
11 R0 <<= 3;
12 DBGA ( R0.L , 32 );
13 R0 += 5;
14 DBGA ( R0.L , 37 );
15 R0 += -7;
16 DBGA ( R0.L , 30 );
17 pass