+2004-01-09 H.J. Lu <hongjiu.lu@intel.com>
+
+ * ld-selective/selective.exp: Skip ia64-*-*.
+
2004-01-09 Daniel Jacobowitz <drow@mvista.com>
* ld-arm/arm-lib.d, ld-arm/arm-lib.r: Update for R_ARM_PLT32
return
}
+# IA64 does not support selective linking
+if {[istarget "ia64-*-*"]} {
+ return
+}
+
# List contains test-items with three items followed by four lists:
# 1:name 2:test-type (CC or C++; add as needed) 3:filename 4:ld-flags
# 5:must-have-symbols 6:must-not-have-symbols 7:xfail-targets.
setup_xfail $xfail_target
}
setup_xfail "alpha*-*" "arc*-*" "d30v*-*" "dlx*-*" "i370*-*" "i860*-*"
- setup_xfail "i960*-*" "ia64*-*" "mn10200-*" "or32-*" "pj-*" "sparc64*-*"
+ setup_xfail "i960*-*" "mn10200-*" "or32-*" "pj-*" "sparc64*-*"
# It's either C or C++ at the moment.
if { $testtype == "C++" } {