* gas/all/redef3.d: Don't run on arc.
authorAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:39:11 +0000 (00:39 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 16 Sep 2010 00:39:11 +0000 (00:39 +0000)
* 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
gas/testsuite/gas/all/redef3.d
gas/testsuite/gas/i386/i386.exp

index a0235023ce0ac77d217885efa3554b5667b05c8f..976dff4cf34871e2f101a52d586ff1cd57a28061 100644 (file)
@@ -1,3 +1,9 @@
+2010-09-16  Alan Modra  <amodra@gmail.com>
+
+       * 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  <kai.tietz@onevision.com>
 
        * gas/pe/pe.exp: Add new test.
index 85843bb02eb5ff27a7697d546bd62f5acd13c46c..566f9c95d58d941e055b779c5d232fa4e82c2e05 100644 (file)
@@ -1,5 +1,6 @@
 #objdump: -rsj .data
 #name: .equ redefinitions (3)
+#not-target: arc-*-*
 
 .*: .*
 
index 7eedfb77132e3cacd6827f2b5237982cfbb4440a..c8d88d00c538168497a33cb29e124859bf3d7b59 100644 (file)
@@ -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"
This page took 0.028423 seconds and 4 git commands to generate.