From 4261360e1f6ea0ab56ddc0bf7ad339446b5ea151 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 16 Sep 2010 00:39:11 +0000 Subject: [PATCH] * gas/all/redef3.d: Don't run on arc. * gas/i386/i386.exp: Don't run intel-got32 on linuxaout. Move x86_64 mingw exclusions to equivalent elf only block of tests. --- gas/testsuite/ChangeLog | 6 ++++++ gas/testsuite/gas/all/redef3.d | 1 + gas/testsuite/gas/i386/i386.exp | 10 ++++------ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a0235023ce..976dff4cf3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-09-16 Alan Modra + + * gas/all/redef3.d: Don't run on arc. + * gas/i386/i386.exp: Don't run intel-got32 on linuxaout. Move + x86_64 mingw exclusions to equivalent elf only block of tests. + 2010-09-15 Kai Tietz * gas/pe/pe.exp: Add new test. diff --git a/gas/testsuite/gas/all/redef3.d b/gas/testsuite/gas/all/redef3.d index 85843bb02e..566f9c95d5 100644 --- a/gas/testsuite/gas/all/redef3.d +++ b/gas/testsuite/gas/all/redef3.d @@ -1,5 +1,6 @@ #objdump: -rsj .data #name: .equ redefinitions (3) +#not-target: arc-*-* .*: .* diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 7eedfb7713..c8d88d00c5 100644 --- a/gas/testsuite/gas/i386/i386.exp +++ b/gas/testsuite/gas/i386/i386.exp @@ -37,7 +37,6 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] run_dump_test "intel16" run_list_test "intelbad" "" run_dump_test "intelok" - run_dump_test "intel-got32" run_dump_test "prefix" run_dump_test "amd" run_dump_test "katmai" @@ -207,6 +206,7 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]] run_list_test "reloc32" "--defsym _bad_=1" run_dump_test "mixed-mode-reloc32" run_dump_test "att-regs" + run_dump_test "intel-got32" run_dump_test "intel-regs" run_list_test "inval-equ-1" "-al" run_list_test "inval-equ-2" "-al" @@ -323,11 +323,6 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t run_dump_test "x86-64-sib-intel" run_dump_test "x86-64-disp" run_dump_test "x86-64-disp-intel" - if { ![istarget "*-*-mingw*"] } then { - run_dump_test "x86-64-opcode-inval" - run_dump_test "x86-64-opcode-inval-intel" - run_dump_test "intel-got64" - } run_dump_test "rexw" run_dump_test "x86-64-fxsave" run_dump_test "x86-64-fxsave-intel" @@ -400,6 +395,9 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t run_list_test "reloc64" "--defsym _bad_=1" run_dump_test "mixed-mode-reloc64" run_dump_test "x86-64-ifunc" + run_dump_test "x86-64-opcode-inval" + run_dump_test "x86-64-opcode-inval-intel" + run_dump_test "intel-got64" run_dump_test "l1om" run_dump_test "x86-64-localpic" run_dump_test "debug1"