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 | |
parent | 6fc08d328b2d55be4a45da6a70419bc8b92dc47e (diff) | |
download | gdb-34732de928261886250e00d100d5dd4c9b9d4422.zip gdb-34732de928261886250e00d100d5dd4c9b9d4422.tar.gz gdb-34732de928261886250e00d100d5dd4c9b9d4422.tar.bz2 |
* ld-undefined/undefined.exp: xfail xtensa-*-*.
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a247538..4cf3c1b 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-11 Bob Wilson <bob.wilson@acm.org> + + * ld-undefined/undefined.exp: xfail xtensa-*-*. + 2005-05-07 Alan Modra <amodra@bigpond.net.au> * ld-powerpc/tlsexe32.d: Update for changed got layout. 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 |