]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
x86: make common property tests common
authorJan Beulich <jbeulich@suse.com>
Tue, 16 Feb 2021 10:30:49 +0000 (11:30 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 16 Feb 2021 10:30:49 +0000 (11:30 +0100)
There's no need to run the exact same test twice. Move the tests which
don't differ between 32- and 64-bit to the "Common tests" section.

gas/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/x86-64-property-10.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-11.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-12.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-13.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-2.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-3.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-4.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-5.d [deleted file]
gas/testsuite/gas/i386/x86-64-property-6.d [deleted file]

index 20bf4528983e59ba1935036204ec6c73ec213f2d..12ce28b8db741fd02971d873551ab8affede7c17 100644 (file)
@@ -1,3 +1,17 @@
+2021-02-16  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/gas/i386/i386.exp: Move bitness-independent property
+       tests to bitness independent section.
+       * testsuite/gas/i386/x86-64-property-2.d,
+       testsuite/gas/i386/x86-64-property-3.d,
+       testsuite/gas/i386/x86-64-property-4.d,
+       testsuite/gas/i386/x86-64-property-5.d,
+       testsuite/gas/i386/x86-64-property-6.d,
+       testsuite/gas/i386/x86-64-property-10.d,
+       testsuite/gas/i386/x86-64-property-11.d,
+       testsuite/gas/i386/x86-64-property-12.d,
+       testsuite/gas/i386/x86-64-property-13.d: Delete.
+
 2021-02-16  Jan Beulich  <jbeulich@suse.com>
 
        * testsuite/gas/i386/enqcmd-16bit.s: Include enqcmd.s, not
index b4a75e4552ff244a4d92812cd2aafd197abce6c3..5a481a4c47a8f2bd0936d992628b6036291546b3 100644 (file)
@@ -655,15 +655,6 @@ if [gas_32_check] then {
        run_dump_test "unique"
 
        run_dump_test "property-1"
-       run_dump_test "property-2"
-       run_dump_test "property-3"
-       run_dump_test "property-4"
-       run_dump_test "property-5"
-       run_dump_test "property-6"
-       run_dump_test "property-10"
-       run_dump_test "property-11"
-       run_dump_test "property-12"
-       run_dump_test "property-13"
 
        if {[istarget "*-*-linux*"]} then {
            run_dump_test "align-branch-3"
@@ -725,6 +716,16 @@ if {[is_elf_format] || [istarget "*-*-vxworks*"]} then {
     run_dump_test "dw2-compressed-3a"
     run_dump_test "dw2-compressed-3b"
 
+    run_dump_test "property-2"
+    run_dump_test "property-3"
+    run_dump_test "property-4"
+    run_dump_test "property-5"
+    run_dump_test "property-6"
+    run_dump_test "property-10"
+    run_dump_test "property-11"
+    run_dump_test "property-12"
+    run_dump_test "property-13"
+
     if {![istarget "*-*-dragonfly*"]
        && ![istarget "*-*-gnu*"]
        && ![istarget "*-*-freebsd*"]
@@ -1274,18 +1275,9 @@ if [gas_64_check] then {
        run_dump_test "x86-64-unique"
 
        run_dump_test "x86-64-property-1"
-       run_dump_test "x86-64-property-2"
-       run_dump_test "x86-64-property-3"
-       run_dump_test "x86-64-property-4"
-       run_dump_test "x86-64-property-5"
-       run_dump_test "x86-64-property-6"
        run_dump_test "x86-64-property-7"
        run_dump_test "x86-64-property-8"
        run_dump_test "x86-64-property-9"
-       run_dump_test "x86-64-property-10"
-       run_dump_test "x86-64-property-11"
-       run_dump_test "x86-64-property-12"
-       run_dump_test "x86-64-property-13"
        run_dump_test "x86-64-property-14"
 
        if {[istarget "*-*-linux*"]} then {
diff --git a/gas/testsuite/gas/i386/x86-64-property-10.d b/gas/testsuite/gas/i386/x86-64-property-10.d
deleted file mode 100644 (file)
index 1e7748f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 10
-#source: property-10.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline
-       x86 feature used: x86, XMM
diff --git a/gas/testsuite/gas/i386/x86-64-property-11.d b/gas/testsuite/gas/i386/x86-64-property-11.d
deleted file mode 100644 (file)
index d93e01b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 11
-#source: property-11.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v3
-       x86 feature used: x86, XMM
diff --git a/gas/testsuite/gas/i386/x86-64-property-12.d b/gas/testsuite/gas/i386/x86-64-property-12.d
deleted file mode 100644 (file)
index 1683204..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 12
-#source: property-12.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v4
-       x86 feature used: x86, XMM, MASK
diff --git a/gas/testsuite/gas/i386/x86-64-property-13.d b/gas/testsuite/gas/i386/x86-64-property-13.d
deleted file mode 100644 (file)
index 5ed609a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 13
-#source: property-13.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline
-       x86 feature used: x86, XMM, YMM, ZMM, MASK
diff --git a/gas/testsuite/gas/i386/x86-64-property-2.d b/gas/testsuite/gas/i386/x86-64-property-2.d
deleted file mode 100644 (file)
index d54dff9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 2
-#source: property-2.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline
-       x86 feature used: x86
diff --git a/gas/testsuite/gas/i386/x86-64-property-3.d b/gas/testsuite/gas/i386/x86-64-property-3.d
deleted file mode 100644 (file)
index d248505..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 3
-#source: property-3.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v2
-       x86 feature used: x86, XMM
diff --git a/gas/testsuite/gas/i386/x86-64-property-4.d b/gas/testsuite/gas/i386/x86-64-property-4.d
deleted file mode 100644 (file)
index be1d485..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 4
-#source: property-4.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v3
-       x86 feature used: x86, XMM
diff --git a/gas/testsuite/gas/i386/x86-64-property-5.d b/gas/testsuite/gas/i386/x86-64-property-5.d
deleted file mode 100644 (file)
index a1385c2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 5
-#source: property-5.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v4
-       x86 feature used: x86, XMM
diff --git a/gas/testsuite/gas/i386/x86-64-property-6.d b/gas/testsuite/gas/i386/x86-64-property-6.d
deleted file mode 100644 (file)
index 5cdb873..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#name: x86-64 property 6
-#source: property-6.s
-#as: -mx86-used-note=yes --generate-missing-build-notes=no
-#readelf: -n
-
-Displaying notes found in: .note.gnu.property
-[      ]+Owner[        ]+Data size[    ]+Description
-  GNU                  0x[0-9a-f]+     NT_GNU_PROPERTY_TYPE_0
-      Properties: x86 ISA used: x86-64-baseline, x86-64-v4
-       x86 feature used: x86, MASK