diff options
author | Alan Modra <amodra@gmail.com> | 2010-08-02 08:38:45 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-08-02 08:38:45 +0000 |
commit | 089b899275f30c29711b1b8efa5a9c3d02cf0ac5 (patch) | |
tree | 91d7a66fee3d81b9906f11558b8db6be63d2e8ff /gas | |
parent | 09fe853bd05d7d6ac448f5f9bcd1114272115db0 (diff) | |
download | gdb-089b899275f30c29711b1b8efa5a9c3d02cf0ac5.zip gdb-089b899275f30c29711b1b8efa5a9c3d02cf0ac5.tar.gz gdb-089b899275f30c29711b1b8efa5a9c3d02cf0ac5.tar.bz2 |
* gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
(dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
target test.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/i386/i386.exp | 14 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 7e27b94..4cae3f9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2010-08-02 Alan Modra <amodra@gmail.com> + * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets. + (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux + target test. + +2010-08-02 Alan Modra <amodra@gmail.com> + * gas/ppc/power4.d: Update for ppc_fix_adjustable change. 2010-07-28 H.J. Lu <hongjiu.lu@intel.com> diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index a27a194..8b36d9d 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -214,10 +214,8 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] run_dump_test "localpic" run_dump_test "debug1" - if [expr [istarget "*-*-linux*"]] then { - setup_xfail "*-*-linux*" - run_dump_test "dw2-compress-2" - } + setup_xfail "*-*-*" + run_dump_test "dw2-compress-2" } # This is a PE specific test. @@ -240,8 +238,6 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then { run_list_test_stdin "list-1" "-al" run_list_test_stdin "list-2" "-al" run_list_test_stdin "list-3" "-al" - } - if [expr [istarget "*-*-linux*"]] then { run_dump_test "dw2-compress-1" } } @@ -407,10 +403,8 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t run_dump_test "x86-64-localpic" run_dump_test "debug1" - if [istarget "*-*-linux*"] then { - setup_xfail "*-*-linux*" - run_dump_test "x86-64-dw2-compress-2" - } + setup_xfail "*-*-*" + run_dump_test "x86-64-dw2-compress-2" } set ASFLAGS "$old_ASFLAGS" |