mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
1063d8cf71
* 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.
26 lines
431 B
Makefile
26 lines
431 B
Makefile
#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
|