Browse Source
no longer supported. * gas/mips/beq.s: Likewise. * gas/mips/bge.d: Likewise. * gas/mips/bge.s: Likewise. * gas/mips/bgeu.d: Likewise. * gas/mips/bgeu.s: Likewise. * gas/mips/blt.d: Likewise. * gas/mips/blt.s: Likewise. * gas/mips/bltu.d: Likewise. * gas/mips/bltu.s: Likewise. * gas/mips/mips.exp: Change branch-misc-2 test to run_list_test. * gas/mips/branch-misc-2.d: Removed. * gas/mips/branch-misc-2.s: Added branches to undefined symbols. * gas/mips/branch-misc-2.l: New.jimb-separate-debug-021223-branch
15 changed files with 122 additions and 122 deletions
@ -1,33 +0,0 @@ |
|||
#objdump: -dr --prefix-addresses --show-raw-insn |
|||
#name: MIPS branch-misc-2 |
|||
|
|||
# Test the branches to global symbols in current file. |
|||
|
|||
.*: +file format .*mips.* |
|||
|
|||
Disassembly of section .text: |
|||
\.\.\. |
|||
\.\.\. |
|||
\.\.\. |
|||
0+003c <[^>]*> 0411fffc bal 00000030 <g3\+0x8> |
|||
[ ]*3c: R_MIPS_PC16 g1 |
|||
0+0040 <[^>]*> 00000000 nop |
|||
0+0044 <[^>]*> 0411fffc bal 00000038 <g3\+0x10> |
|||
[ ]*44: R_MIPS_PC16 g2 |
|||
0+0048 <[^>]*> 00000000 nop |
|||
0+004c <[^>]*> 0411fffc bal 00000040 <x\+0x4> |
|||
[ ]*4c: R_MIPS_PC16 g3 |
|||
0+0050 <[^>]*> 00000000 nop |
|||
0+0054 <[^>]*> 0411fffc bal 00000048 <x\+0xc> |
|||
[ ]*54: R_MIPS_PC16 g4 |
|||
0+0058 <[^>]*> 00000000 nop |
|||
0+005c <[^>]*> 0411fffc bal 00000050 <x\+0x14> |
|||
[ ]*5c: R_MIPS_PC16 g5 |
|||
0+0060 <[^>]*> 00000000 nop |
|||
0+0064 <[^>]*> 0411fffc bal 00000058 <x\+0x1c> |
|||
[ ]*64: R_MIPS_PC16 g6 |
|||
0+0068 <[^>]*> 00000000 nop |
|||
\.\.\. |
|||
\.\.\. |
|||
\.\.\. |
|||
\.\.\. |
|||
@ -0,0 +1,9 @@ |
|||
.*: Assembler messages: |
|||
.*:21: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:22: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:23: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:24: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:25: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:26: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:35: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
.*:36: Error: Can not represent BFD_RELOC_16_PCREL_S2 relocation in this object file format |
|||
Loading…
Reference in new issue