* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-mips-elf / jr-to-b-2.d
blob4b6399fc5d221114c0f9489a95df3f723519acce
1 #name: jr not to b conversion
2 #source: jr-to-b-2.s
3 #as: -32 -mips1 -EB
4 #ld: -shared -melf32btsmip
5 #objdump: -d
7 .*: file format .*
10 Disassembly of section \.text:
12 .* <s>:
13 .*: e820 jr ra
14 .*: 6a01 li v0,1
16 .* <t>:
17 .*: 3c1c.... lui gp,.*
18 .*: 279c.... addiu gp,gp,.*
19 .*: 0399e021 addu gp,gp,t9
20 .*: 8f99.... lw t9,.*\(gp\)
21 .*: 00000000 nop
22 .*: 2739.... addiu t9,t9,.*
23 .*: 03200008 jr t9
24 .*: 00000000 nop
25 #pass