gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-2pic.d
CommitLineData
fc450c33 1#skip: mips-*-ecoff
bad36eac
DJ
2#objdump: -dr --prefix-addresses --show-raw-insn
3#name: MIPS branch-misc-2pic
4#source: branch-misc-2.s
5#as: -32 -call_shared
6
7# Test the backward branches to globals symbols in current file.
8
9.*: +file format .*mips.*
10
11Disassembly of section .text:
12 \.\.\.
13 \.\.\.
14 \.\.\.
150+003c <[^>]*> 0411ffff bal 0000003c <x>
16[ ]*3c: R_MIPS_PC16 g1
170+0040 <[^>]*> 00000000 nop
180+0044 <[^>]*> 0411ffff bal 00000044 <x\+0x8>
19[ ]*44: R_MIPS_PC16 g2
200+0048 <[^>]*> 00000000 nop
210+004c <[^>]*> 0411ffff bal 0000004c <x\+0x10>
22[ ]*4c: R_MIPS_PC16 g3
230+0050 <[^>]*> 00000000 nop
240+0054 <[^>]*> 0411ffff bal 00000054 <x\+0x18>
25[ ]*54: R_MIPS_PC16 g4
260+0058 <[^>]*> 00000000 nop
270+005c <[^>]*> 0411ffff bal 0000005c <x\+0x20>
28[ ]*5c: R_MIPS_PC16 g5
290+0060 <[^>]*> 00000000 nop
300+0064 <[^>]*> 0411ffff bal 00000064 <x\+0x28>
31[ ]*64: R_MIPS_PC16 g6
320+0068 <[^>]*> 00000000 nop
33 \.\.\.
34 \.\.\.
35 \.\.\.
360+00a8 <[^>]*> 1000ffff b 000000a8 <g6>
37[ ]*a8: R_MIPS_PC16 x1
380+00ac <[^>]*> 00000000 nop
390+00b0 <[^>]*> 1000ffff b 000000b0 <g6\+0x8>
40[ ]*b0: R_MIPS_PC16 x2
410+00b4 <[^>]*> 00000000 nop
420+00b8 <[^>]*> 1000ffff b 000000b8 <g6\+0x10>
43[ ]*b8: R_MIPS_PC16 \.data
440+00bc <[^>]*> 00000000 nop
45 \.\.\.
This page took 0.233778 seconds and 4 git commands to generate.