diff --git a/gold/ChangeLog b/gold/ChangeLog index fccf734139..3fa42fd26a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2020-10-30 H.J. Lu + + * testsuite/gnu_property_test.sh: Updated. + 2020-10-22 H.J. Lu * 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 a4096005b7..d2500da5ca 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, , , " -check gnu_property_test.stdout "x86 ISA needed: x86-64-v2, , , " +check gnu_property_test.stdout "x86 ISA used: x86-64-baseline, , , " +check gnu_property_test.stdout "x86 ISA needed: x86-64-baseline, , , " check gnu_property_test.stdout "x86 feature: IBT" exit 0