ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / bfin / greg2.s
blob7135130ef002809a57d746b25ece9d53e0581007
1 # mach: bfin
3 .include "testutils.inc"
4 start
6 r3.l=0x5678;
7 r3.h=0x1234;
9 p5=8;
11 p5=r3;
12 p5.l =4;
14 r5=p5;
15 dbga( r5.h, 0x1234);
17 _halt:
18 pass;