summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2008-08-20 23:38:39 +0000
committerBob Wilson <bob.wilson@acm.org>2008-08-20 23:38:39 +0000
commite8f24e0fd2a910a968212c469b6395ffe68b30fb (patch)
tree55782bc005de45d00520bd717cdb63f6f01972c9
parent78ecf5dcb74dd10a6ec93f7be930f327c7c759e9 (diff)
downloadbinutils-redhat-e8f24e0fd2a910a968212c469b6395ffe68b30fb.tar.gz
2008-08-20 Bob Wilson <bob.wilson@acm.org>
* gas/all/gas.exp: Expect the redef test to fail on Xtensa.
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/all/gas.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 8a44080c7a..112ff491f7 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-20 Bob Wilson <bob.wilson@acm.org>
+
+ * gas/all/gas.exp: Expect the redef test to fail on Xtensa.
+
2008-08-20 H.J. Lu <hongjiu.lu@intel.com>
AVX Programming Reference (August, 2008)
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 6b63d02156..f6e01f0885 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -87,7 +87,7 @@ case $target_triplet in {
{ *c54x*-*-* } { }
{ z80-*-* } { }
default {
- setup_xfail "*c30*-*-*" "*c4x*-*-*" "pdp11-*-*"
+ setup_xfail "*c30*-*-*" "*c4x*-*-*" "pdp11-*-*" "xtensa*-*-*"
run_dump_test redef
# The next two tests can fail if the target does not convert fixups
# against ordinary symbols into relocations against section symbols.