1999-08-17 H.J. Lu <hjl@gnu.org>

* gas/elf/elf.exp: Expected to fail on alpha*-*-*.
This commit is contained in:
Ian Lance Taylor 1999-08-17 07:59:00 +00:00
parent 5be8a006bb
commit 2190b5a5a8
2 changed files with 8 additions and 2 deletions

View 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

View 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"
}