ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / frv / st.cgs
blob557713c0594dc2cdb078ce8bddd9977fd8d26140
1 # frv testcase for st $GRk,@($GRi,$GRj)
2 # mach: all
4         .include "testutils.inc"
6         start
8         .global add
9 add:
10         set_mem_limmed  0xdead,0xbeef,sp
11         set_gr_immed    0,gr7
12         set_gr_limmed   0xffff,0xffff,gr8
13         st              gr8,@(sp,gr7)
14         test_mem_limmed 0xffff,0xffff,sp
16         pass