]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
1999-08-17 H.J. Lu <hjl@gnu.org>
authorIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1999 07:59:00 +0000 (07:59 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 17 Aug 1999 07:59:00 +0000 (07:59 +0000)
* gas/elf/elf.exp: Expected to fail on alpha*-*-*.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index 5197d73b0af9638b17a8faf0bf731db89d80975a..84663de3a9f043424a0a08a234a449064bbaac91 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-17  H.J. Lu  <hjl@gnu.org>
+
+       * gas/elf/elf.exp: Expected to fail on alpha*-*-*.
+
 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
 
        * gas/i386/float.s, gas/i386/float.l: Modify to work correctly
index 98684dd7d5a26f3feea39868d4254f9f17c06a3c..db06d96f3081dbf0a35ddb117ab818c2377424a3 100644 (file)
@@ -11,11 +11,13 @@ if { ([istarget "*-*-elf*"]
      && ![istarget *-*-linux*oldld*]
 } then {
 
-    # FIXME: This doesn't work for MIPS targets because of the .reginfo
-    # and .mdebug sections.
+    # FIXME: This doesn't work for MIPS and alpha targets because of
+    # the .reginfo and .mdebug sections.
     setup_xfail mips*-*-*
+    setup_xfail alpha*-*-*
     run_dump_test "section0" 
 
     setup_xfail mips*-*-*
+    setup_xfail alpha*-*-*
     run_dump_test "section1" 
 }