diff options
-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 |