+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.
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.
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"
}
}
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"