ld/x86: actually invoke k1om tests
authorJan Beulich <jbeulich@suse.com>
Fri, 26 Jun 2020 14:43:38 +0000 (16:43 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 26 Jun 2020 14:43:38 +0000 (16:43 +0200)
Unlike claimed by the ChangeLog entries added by 7a9068fe1646 ("Add
initial Intel K1OM support") these tests did never get enabled.

ld/ChangeLog
ld/testsuite/ld-x86-64/x86-64.exp

index 4a38fa8e1b4d65da2b1d020065e5aa8a8ab23925..1a06dc9624bd8224b09becdf54dde5436da410b1 100644 (file)
@@ -1,3 +1,7 @@
+2020-06-26  Jan Beulich  <jbeulich@suse.com>
+
+       * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
+
 2020-06-26  Pat Bernardi  <bernardi@adacore.com>
 
        * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
index 6bd1f123317ee1299e848e306988ba65b8368df8..7e6a2c9804a92be35850a16c916cc77648a45a0b 100644 (file)
@@ -285,6 +285,7 @@ if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] }
 }
 
 run_dump_test "abs"
+run_dump_test "abs-k1om"
 run_dump_test "abs-l1om"
 run_dump_test "apic"
 run_dump_test "pcrel8"
@@ -302,8 +303,10 @@ run_dump_test "hidden4"
 run_dump_test "hidden5"
 run_dump_test "protected1"
 run_dump_test "protected2"
+run_dump_test "protected2-k1om"
 run_dump_test "protected2-l1om"
 run_dump_test "protected3"
+run_dump_test "protected3-k1om"
 run_dump_test "protected3-l1om"
 run_dump_test "protected4"
 run_dump_test "protected5"
This page took 0.026092 seconds and 4 git commands to generate.