blob: 6009fe5b120714c1d6a740e97dd24ac53ecdbcc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#objdump: -dr --prefix-addresses --show-raw-insn
#name: microMIPS branch to a different section
#as: -32 -mmicromips
#source: branch-section.s
.*: +file format .*mips.*
Disassembly of section \.text:
[0-9a-f]+ <[^>]*> 40e0 fffe bc 00000000 <foo>
[ ]*[0-9a-f]+: R_MICROMIPS_PC16_S1 bar
\.\.\.
Disassembly of section \.init:
[0-9a-f]+ <[^>]*> 45bf jrc ra
\.\.\.
|