summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/jr-to-b-2.d
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-mips-elf/jr-to-b-2.d')
-rw-r--r--ld/testsuite/ld-mips-elf/jr-to-b-2.d25
1 files changed, 25 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/jr-to-b-2.d b/ld/testsuite/ld-mips-elf/jr-to-b-2.d
new file mode 100644
index 0000000..4b6399f
--- /dev/null
+++ b/ld/testsuite/ld-mips-elf/jr-to-b-2.d
@@ -0,0 +1,25 @@
+#name: jr not to b conversion
+#source: jr-to-b-2.s
+#as: -32 -mips1 -EB
+#ld: -shared -melf32btsmip
+#objdump: -d
+
+.*: file format .*
+
+
+Disassembly of section \.text:
+
+.* <s>:
+.*: e820 jr ra
+.*: 6a01 li v0,1
+
+.* <t>:
+.*: 3c1c.... lui gp,.*
+.*: 279c.... addiu gp,gp,.*
+.*: 0399e021 addu gp,gp,t9
+.*: 8f99.... lw t9,.*\(gp\)
+.*: 00000000 nop
+.*: 2739.... addiu t9,t9,.*
+.*: 03200008 jr t9
+.*: 00000000 nop
+#pass