diff options
Diffstat (limited to 'gas/testsuite/gas/mips/branch-misc-2.d')
-rw-r--r-- | gas/testsuite/gas/mips/branch-misc-2.d | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/gas/testsuite/gas/mips/branch-misc-2.d b/gas/testsuite/gas/mips/branch-misc-2.d deleted file mode 100644 index a9df3ab..0000000 --- a/gas/testsuite/gas/mips/branch-misc-2.d +++ /dev/null @@ -1,39 +0,0 @@ -#objdump: -dr --prefix-addresses --show-raw-insn -#name: MIPS branch-misc-2 - -# Test the backward branches to globals symbols in current file. - -.*: +file format .*mips.* - -Disassembly of section .text: - \.\.\. - \.\.\. - \.\.\. -0+003c <[^>]*> 0411ffff bal 0000003c <x> -[ ]*3c: R_MIPS_PC16 g1 -0+0040 <[^>]*> 00000000 nop -0+0044 <[^>]*> 0411ffff bal 00000044 <x\+0x8> -[ ]*44: R_MIPS_PC16 g2 -0+0048 <[^>]*> 00000000 nop -0+004c <[^>]*> 0411ffff bal 0000004c <x\+0x10> -[ ]*4c: R_MIPS_PC16 g3 -0+0050 <[^>]*> 00000000 nop -0+0054 <[^>]*> 0411ffff bal 00000054 <x\+0x18> -[ ]*54: R_MIPS_PC16 g4 -0+0058 <[^>]*> 00000000 nop -0+005c <[^>]*> 0411ffff bal 0000005c <x\+0x20> -[ ]*5c: R_MIPS_PC16 g5 -0+0060 <[^>]*> 00000000 nop -0+0064 <[^>]*> 0411ffff bal 00000064 <x\+0x28> -[ ]*64: R_MIPS_PC16 g6 -0+0068 <[^>]*> 00000000 nop - \.\.\. - \.\.\. - \.\.\. -0+00a8 <[^>]*> 1000ffff b 000000a8 <g6> -[ ]*a8: R_MIPS_PC16 x1 -0+00ac <[^>]*> 00000000 nop -0+00b0 <[^>]*> 1000ffff b 000000b0 <g6\+0x8> -[ ]*b0: R_MIPS_PC16 x2 -0+00b4 <[^>]*> 00000000 nop - \.\.\. |