diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2020-10-13 05:21:53 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-10-13 05:22:08 -0700 |
commit | 29700bfff45955f1323573a8270625d38e9bdbb6 (patch) | |
tree | 91bd0bdc18db55f8825eeec9371c8fcc7d67660f /gold/ChangeLog | |
parent | 586e30940e640f67bd55bd72e1d1355a4faf8079 (diff) | |
download | gdb-29700bfff45955f1323573a8270625d38e9bdbb6.zip gdb-29700bfff45955f1323573a8270625d38e9bdbb6.tar.gz gdb-29700bfff45955f1323573a8270625d38e9bdbb6.tar.bz2 |
gold: Discard .note.gnu.property section
Discard .note.gnu.property section since it changes the expected section
order.
PR gold/23503
* testsuite/Makefile.am (justsyms_lib): Pass
-T $(srcdir)/justsyms_lib.t to gold.
* testsuite/Makefile.in: Regenerated.
* testsuite/justsyms_lib.t: New file.
* testsuite/script_test_10.t: Discard .note.gnu.property section.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 41fe6e0..b9f6f9e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,14 @@ 2020-10-13 H.J. Lu <hongjiu.lu@intel.com> + PR gold/23503 + * testsuite/Makefile.am (justsyms_lib): Pass + -T $(srcdir)/justsyms_lib.t to gold. + * testsuite/Makefile.in: Regenerated. + * testsuite/justsyms_lib.t: New file. + * testsuite/script_test_10.t: Discard .note.gnu.property section. + +2020-10-13 H.J. Lu <hongjiu.lu@intel.com> + * x86_64.cc (Target_x86_64::Target_x86_64): Initialize feature_2_used_, feature_2_needed_ and object_feature_2_used_. (Target_x86_64::feature_2_used_): New data member. |