ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / s0.s
blob8fa53f258965e6c318232d3ccd8b0ec2547b5cc6
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 R0 = 10;
7 P0 = R0;
8 LSETUP ( ls0 , ls0 ) LC0 = P0;
9 ls0:
10 R0 += -1;
11 DBGA ( R0.L , 0 );
12 pass