diff options
author | Bob Wilson <bob.wilson@acm.org> | 2008-08-20 23:38:39 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2008-08-20 23:38:39 +0000 |
commit | b3f5a76b139a892e470113bba50c3c6bfae996eb (patch) | |
tree | 3b72e10b3a7dc6c247c9d8b524ebecbecb8b2102 /gas | |
parent | 28dbbc02031be5f7192eeaa31d2c59c220299b47 (diff) | |
download | gdb-b3f5a76b139a892e470113bba50c3c6bfae996eb.zip gdb-b3f5a76b139a892e470113bba50c3c6bfae996eb.tar.gz gdb-b3f5a76b139a892e470113bba50c3c6bfae996eb.tar.bz2 |
2008-08-20 Bob Wilson <bob.wilson@acm.org>
* gas/all/gas.exp: Expect the redef test to fail on Xtensa.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8a44080..112ff49 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 6b63d02..f6e01f0 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. |