ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / add_imm7.s
blob31f15382316279efaa0865abba88aae0edab2394
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 r0 = 0
7 ASTAT = r0;
9 r2=-7;
10 r2+=-63;
11 _dbg r2;
12 _dbg astat;
13 r7=astat;
14 dbga ( r7.h, 0x0);
15 dbga ( r7.l, 0x1006);
17 r7=0;
18 astat=r7;
19 r2=64;
20 r2+=-64;
21 _dbg r2;
22 _dbg astat;
23 r7=astat;
24 dbga ( r7.h, 0x0);
25 dbga ( r7.l, 0x1005);
27 r7=0;
28 astat=r7;
29 r2=0;
30 r2.h=0x8000;
31 r2+=-63;
32 _dbg astat;
33 _dbg r2;
34 r7=astat;
35 dbga ( r7.h, 0x0300);
36 dbga ( r7.l, 0x100c);
38 pass