ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git] / sim / testsuite / m32r / neg.cgs
blob6051efaf256ece0a70c0ca2edbddeba8fe854918
1 # m32r testcase for neg $dr,$sr
2 # mach(): m32r m32rx
4         .include "testutils.inc"
6         start
8         .global neg
9 neg:
10         mvi_h_gr r4, 1
11         mvi_h_gr r5, 2
13         neg r4, r5
15         test_h_gr r4, -2
17         pass