ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / a25.s
blobb5d5d7bb2cd5dc1f6911803707f97f9321861255
1 # mach: bfin
3 .include "testutils.inc"
4 start
7 A1 = A0 = 0;
8 R0.L = 0x01;
9 A0.x = R0;
10 //A0 = 0x0100000000
11 //A1 = 0x0000000000
13 R4.L = 0x2d1a;
14 R4.H = 0x32e0;
16 A1.x = R4;
17 //A1 = 0x1a00000000
19 A0.w = A1.x;
21 _DBG A0;
23 R4 = A0.w;
24 R5 = A0.x;
25 DBGA ( R4.H , 0x0000 ); DBGA ( R4.L , 0x001a );
26 DBGA ( R5.H , 0x0000 ); DBGA ( R5.L , 0x0001 );
28 pass