bfd/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-misc-2.d
CommitLineData
fc450c33 1#skip: mips-*-ecoff
bad36eac
DJ
2#objdump: -dr --prefix-addresses --show-raw-insn
3#name: MIPS branch-misc-2
4#as: -32 -non_shared
5
6# Test the backward branches to globals symbols in current file.
7
8.*: +file format .*mips.*
9
10Disassembly of section .text:
11 \.\.\.
12 \.\.\.
13 \.\.\.
140+003c <[^>]*> 0411ffff bal 0000003c <x>
15[ ]*3c: R_MIPS_PC16 g1
160+0040 <[^>]*> 00000000 nop
170+0044 <[^>]*> 0411ffff bal 00000044 <x\+0x8>
18[ ]*44: R_MIPS_PC16 g2
190+0048 <[^>]*> 00000000 nop
200+004c <[^>]*> 0411ffff bal 0000004c <x\+0x10>
21[ ]*4c: R_MIPS_PC16 g3
220+0050 <[^>]*> 00000000 nop
230+0054 <[^>]*> 0411ffff bal 00000054 <x\+0x18>
24[ ]*54: R_MIPS_PC16 g4
250+0058 <[^>]*> 00000000 nop
260+005c <[^>]*> 0411ffff bal 0000005c <x\+0x20>
27[ ]*5c: R_MIPS_PC16 g5
280+0060 <[^>]*> 00000000 nop
290+0064 <[^>]*> 0411ffff bal 00000064 <x\+0x28>
30[ ]*64: R_MIPS_PC16 g6
310+0068 <[^>]*> 00000000 nop
32 \.\.\.
33 \.\.\.
34 \.\.\.
350+00a8 <[^>]*> 1000ffff b 000000a8 <g6>
36[ ]*a8: R_MIPS_PC16 x1
370+00ac <[^>]*> 00000000 nop
380+00b0 <[^>]*> 1000ffff b 000000b0 <g6\+0x8>
39[ ]*b0: R_MIPS_PC16 x2
400+00b4 <[^>]*> 00000000 nop
410+00b8 <[^>]*> 1000ffff b 000000b8 <g6\+0x10>
42[ ]*b8: R_MIPS_PC16 \.data
430+00bc <[^>]*> 00000000 nop
44 \.\.\.
This page took 0.220043 seconds and 4 git commands to generate.