This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
PATCH: Set xfail on empic for Linux/mips
- From: "H. J. Lu" <hjl at lucon dot org>
- To: binutils at sources dot redhat dot com
- Cc: cgd at broadcom dot com
- Date: Mon, 30 Sep 2002 14:17:16 -0700
- Subject: PATCH: Set xfail on empic for Linux/mips
Since Linux doesn't use embedded pic, I set them xfail on Linux/mips.
I will set they pass when they are fixed.
FYI, Chris, ld-mips-elf/mips-elf.exp passed for ELF/mips for me now.
I took a look at the tests. They are ELF/mips specific. There is no
way they can pass for Linux/mips, ASIS.
H.J.
----
2002-09-30 H.J. Lu <hjl@gnu.org>
* gas/mips/mips.exp: Set xfail on empic, empic2, empic3_g1 and
empic3_g2 on Linux/mips.
--- gas/mips/mips.exp.linux Mon Sep 30 09:19:33 2002
+++ gas/mips/mips.exp Mon Sep 30 14:10:39 2002
@@ -222,10 +222,14 @@ if { [istarget mips*-*-*] } then {
}
run_dump_test "elf-rel5"
run_dump_test "elf-rel6"
+ setup_xfail "mips*-*-*linux*"
run_dump_test "${tmips}${el}empic"
+ setup_xfail "mips*-*-*linux*"
run_dump_test "empic2"
run_dump_test "empic3_e"
+ setup_xfail "mips*-*-*linux*"
run_dump_test "empic3_g1"
+ setup_xfail "mips*-*-*linux*"
run_dump_test "empic3_g2"
if { !$no_mips16 } {
run_dump_test "${tmips}mips${el}16-e"