[binutils-gdb] gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
H.J. Lu
hjl@sourceware.org
Fri Oct 30 14:18:18 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b8fd9b80eedff9339b9374c6dcef633be88c5b9e
commit b8fd9b80eedff9339b9374c6dcef633be88c5b9e
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Fri Oct 30 06:51:10 2020 -0700
gold: Support GNU_PROPERTY_X86_ISA_1_BASELINE marker
* testsuite/gnu_property_test.sh: Updated.
Diff:
---
gold/ChangeLog | 4 ++++
gold/testsuite/gnu_property_test.sh | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/gold/ChangeLog b/gold/ChangeLog
index fccf7341391..3fa42fd26aa 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -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.
diff --git a/gold/testsuite/gnu_property_test.sh b/gold/testsuite/gnu_property_test.sh
index a4096005b78..d2500da5ca6 100755
--- a/gold/testsuite/gnu_property_test.sh
+++ b/gold/testsuite/gnu_property_test.sh
@@ -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
More information about the Binutils-cvs
mailing list