13 lines
341 B
Makefile
13 lines
341 B
Makefile
#objdump: -dr --prefix-addresses --show-raw-insn
|
|
#name: MIPS16 PC-relative relocation with addend 1
|
|
#as: -32
|
|
|
|
.*: +file format .*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
\.\.\.
|
|
[0-9a-f]+ <[^>]*> f202 0a14 la v0,00002234 <foo\+0x1214>
|
|
[0-9a-f]+ <[^>]*> f202 b210 lw v0,00002234 <foo\+0x1214>
|
|
[0-9a-f]+ <[^>]*> 6500 nop
|
|
\.\.\.
|