21 lines
584 B
Makefile
21 lines
584 B
Makefile
#objdump: -dr --prefix-addresses --show-raw-insn
|
|
#name: MIPS16 PC-relative relocation 2
|
|
#as: -32
|
|
|
|
.*: +file format .*mips.*
|
|
|
|
Disassembly of section \.text:
|
|
\.\.\.
|
|
[0-9a-f]+ <[^>]*> f000 6a00 li v0,0
|
|
[ ]*[0-9a-f]+: R_MIPS16_HI16 bar
|
|
[0-9a-f]+ <[^>]*> f400 3240 sll v0,16
|
|
[0-9a-f]+ <[^>]*> f000 4a00 addiu v0,0
|
|
[ ]*[0-9a-f]+: R_MIPS16_LO16 bar
|
|
[0-9a-f]+ <[^>]*> f000 6a00 li v0,0
|
|
[ ]*[0-9a-f]+: R_MIPS16_HI16 bar
|
|
[0-9a-f]+ <[^>]*> f400 3240 sll v0,16
|
|
[0-9a-f]+ <[^>]*> f000 9a40 lw v0,0\(v0\)
|
|
[ ]*[0-9a-f]+: R_MIPS16_LO16 bar
|
|
[0-9a-f]+ <[^>]*> 6500 nop
|
|
\.\.\.
|
|
\.\.\.
|