Add macro expansions for ADD, SUB, DADD and DSUB for MIPS r6
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-section-3.d
CommitLineData
c1f61bd2
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS relaxed branch to a different section
3#as: -32 --relax-branch
4#source: branch-section.s
e643ed08 5#warning_output: branch-section.l
c1f61bd2
MR
6
7.*: +file format .*mips.*
8
9Disassembly of section \.text:
10[0-9a-f]+ <[^>]*> 08000000 j 00000000 <foo>
11[ ]*[0-9a-f]+: R_MIPS_26 \.init
12[0-9a-f]+ <[^>]*> 00000000 nop
13 \.\.\.
14
15Disassembly of section \.init:
16[0-9a-f]+ <[^>]*> 03e00008 jr ra
17[0-9a-f]+ <[^>]*> 00000000 nop
18 \.\.\.
This page took 0.164887 seconds and 4 git commands to generate.