MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / eret-2.s
index 4c15f2107b18e37c638e749687b2b160031615ce..6b2a9b9d9e4ccae54d37a37fb4579544f858a963 100644 (file)
@@ -1,3 +1,4 @@
+foo:
        .set    noreorder
 1:     eret
        .set    reorder
@@ -7,3 +8,7 @@
        .set    noreorder
        b       1b
        .set    reorder
+        srlv   $0, $0, $0
+
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+        .space 8
This page took 0.023905 seconds and 4 git commands to generate.