mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
24 lines
365 B
D
24 lines
365 B
D
|
#name: MIPS relax-jalr n64
|
||
|
#source: relax-jalr.s
|
||
|
#as: -KPIC -64 -EB
|
||
|
#objdump: --prefix-addresses -d --show-raw-insn
|
||
|
#ld: --relax -melf64btsmip
|
||
|
|
||
|
.*: file format elf.*mips.*
|
||
|
|
||
|
Disassembly of section \.text:
|
||
|
\.\.\.
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* bal .* <__start>
|
||
|
.* nop
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* bal .* <__start>
|
||
|
.* nop
|
||
|
\.\.\.
|
||
|
.* ld t9,.*
|
||
|
.* bal .* <__start>
|
||
|
.* nop
|
||
|
\.\.\.
|