This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[external/binutils.git] / sim / testsuite / sim / m32r / seth.cgs
index bfe57c0..aec3230 100644 (file)
@@ -7,5 +7,14 @@
 
        .global seth
 seth:
+       seth      r4, #0x1234
 
+       ; do not use test_h_gr macro since this uses seth
+
+       srli      r4, #16
+       ld24      r5, #0x1234
+       beq       r4, r5, ok
+
+       fail
+ok:
        pass