[PATCH] ld/x86: actually invoke k1om tests

Jan Beulich jbeulich@suse.com
Thu Jun 25 09:15:35 GMT 2020


Unlike claimed by the ChangeLog entries added by 7a9068fe1646 ("Add
initial Intel K1OM support") these tests did never get enabled.

ld/
2020-06-XX  Jan Beulich  <jbeulich@suse.com>

	* testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.

--- a/ld/testsuite/ld-x86-64/x86-64.exp
+++ b/ld/testsuite/ld-x86-64/x86-64.exp
@@ -289,6 +289,7 @@ if { ![ld_link $ld tmpdir/$test "-m$emul
 }
 
 run_dump_test "abs"
+run_dump_test "abs-k1om"
 run_dump_test "abs-l1om"
 run_dump_test "apic"
 run_dump_test "pcrel8"
@@ -306,8 +307,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"


More information about the Binutils mailing list