* ld-mips-elf/mips-elf.exp: Remove branch-misc-2 test.
authorAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Dec 2002 04:39:44 +0000 (04:39 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 12 Dec 2002 04:39:44 +0000 (04:39 +0000)
* ld-mips-elf/branch-misc-2.d: Removed.

ld/testsuite/ChangeLog
ld/testsuite/ld-mips-elf/branch-misc-2.d [deleted file]
ld/testsuite/ld-mips-elf/mips-elf.exp

index 58d4eb92675aab4f7458d3242c9bb09421f11a2b..5779c8b2288c3ccab28cc11d676335b8aba092da 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ld-mips-elf/mips-elf.exp: Remove branch-misc-2 test.
+       * ld-mips-elf/branch-misc-2.d: Removed.
+
 2002-12-10  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * lib/ld-lib.exp (is_elf_format): Match NetBSD ELF targets.
diff --git a/ld/testsuite/ld-mips-elf/branch-misc-2.d b/ld/testsuite/ld-mips-elf/branch-misc-2.d
deleted file mode 100644 (file)
index d06783a..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-#name: MIPS branch-misc-2
-#source: ../../../gas/testsuite/gas/mips/branch-misc-2.s
-#objdump: --prefix-addresses -tdr --show-raw-insn
-#ld: -Ttext 0x500000 -e 0x500000 -N
-
-.*:     file format elf.*mips.*
-
-#...
-
-Disassembly of section \.text:
-       \.\.\.
-       \.\.\.
-       \.\.\.
-0+50003c <[^>]*> 0411fff0      bal     0+500000 <[^>]*>
-0+500040 <[^>]*> 00000000      nop
-0+500044 <[^>]*> 0411fff3      bal     0+500014 <[^>]*>
-0+500048 <[^>]*> 00000000      nop
-0+50004c <[^>]*> 0411fff6      bal     0+500028 <[^>]*>
-0+500050 <[^>]*> 00000000      nop
-0+500054 <[^>]*> 0411000a      bal     0+500080 <[^>]*>
-0+500058 <[^>]*> 00000000      nop
-0+50005c <[^>]*> 0411000d      bal     0+500094 <[^>]*>
-0+500060 <[^>]*> 00000000      nop
-0+500064 <[^>]*> 04110010      bal     0+5000a8 <[^>]*>
-0+500068 <[^>]*> 00000000      nop
-       \.\.\.
-       \.\.\.
-       \.\.\.
-       \.\.\.
-#pass
index a1ea08b17b19344d2d8b22b245fc75102fa26156..a7f705744481563588e94a2aa742fa1e367a947d 100644 (file)
@@ -29,7 +29,6 @@ if { [istarget mips*-*-*] } then {
 
        # MIPS branch offset final link checking.
        run_dump_test "branch-misc-1"
-       run_dump_test "branch-misc-2"
     }
 
     if { $embedded_elf } {
This page took 0.029745 seconds and 4 git commands to generate.