diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-07-22 14:58:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-07-22 14:58:35 +0000 |
commit | d416627cc3e021feac66e61dab8560371dfdb1f4 (patch) | |
tree | df49baf35b57652b99c648c6a6ee5ec437fd948f /ld/testsuite/ld-selective/selective.exp | |
parent | 51cdc6e0567d26a31363dabf869c43225efc9d9a (diff) | |
download | gdb-d416627cc3e021feac66e61dab8560371dfdb1f4.zip gdb-d416627cc3e021feac66e61dab8560371dfdb1f4.tar.gz gdb-d416627cc3e021feac66e61dab8560371dfdb1f4.tar.bz2 |
2003-07-22 H.J. Lu <hongjiu.lu@intel.com>
* ld-selective/selective.exp: Skip "ia64-*-*".
* ld-srec/srec.exp: Make xfail on "ia64-*-*".
Diffstat (limited to 'ld/testsuite/ld-selective/selective.exp')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 5 |
1 files changed, 5 insertions, 0 deletions
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 |