24 lines
369 B
Makefile
24 lines
369 B
Makefile
#name: MIPS relax-jalr n32
|
|
#source: relax-jalr.s
|
|
#as: -KPIC -n32 -EB
|
|
#objdump: --prefix-addresses -d --show-raw-insn
|
|
#ld: --relax -melf32btsmipn32
|
|
|
|
.*: file format elf.*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|
|
.* lw t9,.*
|
|
.* bal .* <__start>
|
|
.* nop
|
|
\.\.\.
|