ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / acp5_19.s
blob74e755202fad6c051f018517d84d1c7b7a967faa
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 r0.h=0xa5a5;
7 r0.l=0xffff;
8 a0 = 0;
9 r0=a0.x;
10 dbga(r0.h, 0x0000);
11 dbga(r0.l, 0x0000);
12 pass;