diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-05-11 20:52:43 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-05-11 20:52:43 +0000 |
commit | 34732de928261886250e00d100d5dd4c9b9d4422 (patch) | |
tree | cf36ee38ca8977b7443aa9da2333539db14af704 /ld/testsuite/ld-undefined | |
parent | 6fc08d328b2d55be4a45da6a70419bc8b92dc47e (diff) | |
download | gdb-34732de928261886250e00d100d5dd4c9b9d4422.zip gdb-34732de928261886250e00d100d5dd4c9b9d4422.tar.gz gdb-34732de928261886250e00d100d5dd4c9b9d4422.tar.bz2 |
* ld-undefined/undefined.exp: xfail xtensa-*-*.
Diffstat (limited to 'ld/testsuite/ld-undefined')
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 4d6b624..9369f45 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -128,5 +128,7 @@ setup_xfail "sh64-*-*" # of 9. On 64 bit s/390 this works because of the new brasl instruction that # doesn't need a literal pool entry. setup_xfail s390-*-* +# Xtensa also uses a literal pool and has the same problem as s/390. +setup_xfail xtensa-*-* checkund $ml $testline |