diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-05-20 19:09:54 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-05-20 19:09:54 +0000 |
commit | 3974a4b6b06153614f6ed055165dde6527b8fe2d (patch) | |
tree | 1ee511cc35efc40e915f6a9f6be53d67687125c5 /ld/testsuite | |
parent | 47e70edbf97b87c6cc0df322a457d45570ed6191 (diff) | |
download | gdb-3974a4b6b06153614f6ed055165dde6527b8fe2d.zip gdb-3974a4b6b06153614f6ed055165dde6527b8fe2d.tar.gz gdb-3974a4b6b06153614f6ed055165dde6527b8fe2d.tar.bz2 |
* ld-undefined/undefined.exp: Revert xfail for xtensa-*-*.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0734b17..2a07252 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-20 Bob Wilson <bob.wilson@acm.org> + + * ld-undefined/undefined.exp: Revert xfail for xtensa-*-*. + 2005-05-17 H.J. Lu <hongjiu.lu@intel.com> PR 797 diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 6408068..07fca05 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -128,7 +128,5 @@ 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 |