aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-mips-elf/jr-to-b-2.d
diff options
context:
space:
mode:
authorChao-ying Fu <fu@mips.com>2010-01-13 22:34:28 +0000
committerChao-ying Fu <fu@mips.com>2010-01-13 22:34:28 +0000
commit1063d8cf7189bed74dfce489b731978b3f85015b (patch)
tree20fcb3dba5f3d327deb4eeb1e851daea6b9a22b3 /ld/testsuite/ld-mips-elf/jr-to-b-2.d
parent38a7df635ca7d3db1986ed4397ab5bb4b23dc1a2 (diff)
downloadgdb-1063d8cf7189bed74dfce489b731978b3f85015b.zip
gdb-1063d8cf7189bed74dfce489b731978b3f85015b.tar.gz
gdb-1063d8cf7189bed74dfce489b731978b3f85015b.tar.bz2
2010-01-13 Chao-ying Fu <fu@mips.com>
* ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests. * ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source. * ld-mips-elf/mips-elf.exp: Run new tests.
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