gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Oct 2020 13:51:10 +0000 (06:51 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 30 Oct 2020 13:51:24 +0000 (06:51 -0700)
* testsuite/gnu_property_test.sh: Updated.

gold/ChangeLog
gold/testsuite/gnu_property_test.sh

index fccf73413910836e4c5e001cd704541597b4231e..3fa42fd26aab6c7bed759239f55aa01fca9db0be 100644 (file)
@@ -1,3 +1,7 @@
+2020-10-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/gnu_property_test.sh: Updated.
+
 2020-10-22  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.am (bootstrap-test): Skip for LTO build.
index a4096005b787bcd15d9eb28c65b980c2eabf32b8..d2500da5ca6b6843b9de3c1ab71e68eb7fe4637b 100755 (executable)
@@ -77,8 +77,8 @@ check_count gnu_property_test.stdout "^  NOTE" 2
 
 check gnu_property_test.stdout "stack size: 0x111100"
 check gnu_property_test.stdout "no copy on protected"
-check gnu_property_test.stdout "x86 ISA used: x86-64-v2, <unknown: 10>, <unknown: 100>, <unknown: 1000>"
-check gnu_property_test.stdout "x86 ISA needed: x86-64-v2, <unknown: 10>, <unknown: 100>, <unknown: 1000>"
+check gnu_property_test.stdout "x86 ISA used: x86-64-baseline, <unknown: 10>, <unknown: 100>, <unknown: 1000>"
+check gnu_property_test.stdout "x86 ISA needed: x86-64-baseline, <unknown: 10>, <unknown: 100>, <unknown: 1000>"
 check gnu_property_test.stdout "x86 feature: IBT"
 
 exit 0
This page took 0.025706 seconds and 4 git commands to generate.