summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-mips-elf/jr-to-b-2.d
blob: 4b6399fc5d221114c0f9489a95df3f723519acce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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