From d416627cc3e021feac66e61dab8560371dfdb1f4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 22 Jul 2003 14:58:35 +0000 Subject: 2003-07-22 H.J. Lu * ld-selective/selective.exp: Skip "ia64-*-*". * ld-srec/srec.exp: Make xfail on "ia64-*-*". --- ld/testsuite/ld-selective/selective.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ld/testsuite/ld-selective/selective.exp') diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 7c318ea..d2e4885 100644 --- a/ld/testsuite/ld-selective/selective.exp +++ b/ld/testsuite/ld-selective/selective.exp @@ -39,6 +39,11 @@ if {[istarget "alpha*-*-*"]} { return } +# IA64 does not support selective linking +if {[istarget "ia64-*-*"]} { + return +} + # s390 does not support selective linking if {[istarget "s390*-*-*"]} { return -- cgit v1.1