This commit was manufactured by cvs2svn to create branch
[external/binutils.git] / sim / testsuite / sim / m32r / stb.cgs
index 2b5dff1..0128316 100644 (file)
@@ -7,5 +7,15 @@
 
        .global stb
 stb:
+       mvaddr_h_gr r4, data_loc
+       mvi_h_gr    r5, 0x1234
+
+       stb r5, @r4
+
+       ld r4, @r4
+       test_h_gr r4, 0x34000000 ; big endian processor
 
        pass
+
+data_loc:
+       .word 0