MIPS/GAS: Use non-zero frag offset directly in PIC branch relaxation
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-5.d
CommitLineData
00437d3b
MR
1#objdump: -dr --prefix-addresses --show-raw-insn
2#name: MIPS branch-misc-5
3#as: -32 -non_shared
4
5# Test branches to undefined symbols and a defined local symbol
6# in another section.
7
8.*: +file format .*mips.*
9
10Disassembly of section \.text:
110+0000 <[^>]*> 1000ffff b 00000000 <g6>
12[ ]*0: R_MIPS_PC16 x1
130+0004 <[^>]*> 00000000 nop
140+0008 <[^>]*> 1000ffff b 00000008 <g6\+0x8>
15[ ]*8: R_MIPS_PC16 x2
160+000c <[^>]*> 00000000 nop
170+0010 <[^>]*> 1000ffff b 00000010 <g6\+0x10>
18[ ]*10: R_MIPS_PC16 \.Ldata
190+0014 <[^>]*> 00000000 nop
20 \.\.\.
This page took 0.062408 seconds and 4 git commands to generate.