aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-08-17 07:59:00 +0000
committerIan Lance Taylor <ian@airs.com>1999-08-17 07:59:00 +0000
commit2190b5a5a8d3cd4afd0fb6e5f0785197d53e165e (patch)
treee31bef585efd82fcdb79ea4c96c8542854bc8419 /gas
parent5be8a006bba3671a11ad4971e939ffd350458fe9 (diff)
downloadfsf-binutils-gdb-2190b5a5a8d3cd4afd0fb6e5f0785197d53e165e.zip
fsf-binutils-gdb-2190b5a5a8d3cd4afd0fb6e5f0785197d53e165e.tar.gz
fsf-binutils-gdb-2190b5a5a8d3cd4afd0fb6e5f0785197d53e165e.tar.bz2
1999-08-17 H.J. Lu <hjl@gnu.org>
* gas/elf/elf.exp: Expected to fail on alpha*-*-*.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/elf/elf.exp6
2 files changed, 8 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 5197d73..84663de 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
index 98684dd..db06d96 100644
--- a/gas/testsuite/gas/elf/elf.exp
+++ b/gas/testsuite/gas/elf/elf.exp
@@ -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"
}