ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / a24.s
blob507350f3cf846fac08448f4010568b6be16b0b84
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 R0 = 0x1111 (X);
7 R0.H = 0x1111;
8 A0.x = R0;
9 R1 = A0.x;
10 DBGA ( R1.L , 0x11 );
11 DBGA ( R1.H , 0x0 );
12 pass