ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / l0shift.s
blob3f5dc2c54947f44262d6e3580fd9a2256c34c787
1 # mach: bfin
3 .include "testutils.inc"
4 start
7 r5 = 0;
8 r2.L = 0xadbd;
9 r2.h = 0xfedc;
10 r5 = r2 >> 0;
11 dbga (r5.l, 0xadbd);
12 dbga (r5.h, 0xfedc);
13 pass