[PATCH 0/5] Fix gold on x86

H.J. Lu hjl.tools@gmail.com
Sat Oct 10 21:55:03 GMT 2020


This set of patches fixes gold on x86. I will check in them next Tuesday
if there are no objections.

H.J. Lu (5):
  gold: Properly align the NT_GNU_PROPERTY_TYPE_0 note
  gold: Update GNU_PROPERTY_X86_XXX macros
  gold: Discard .note.gnu.property section
  gold: Skip some incremental tests for GCC 9 or later
  gold: Skip some incremental tests for -fcf-protection

 elfcpp/elfcpp.h                     |  18 +++-
 gold/configure                      |  74 +++++++++++++++
 gold/configure.ac                   |  20 +++++
 gold/layout.cc                      |  15 +++-
 gold/output.cc                      |   1 +
 gold/output.h                       |  12 +++
 gold/testsuite/Makefile.am          |  20 ++++-
 gold/testsuite/Makefile.in          | 134 ++++++++++++++--------------
 gold/testsuite/gnu_property_a.S     |   4 +-
 gold/testsuite/gnu_property_b.S     |   4 +-
 gold/testsuite/gnu_property_c.S     |   4 +-
 gold/testsuite/gnu_property_test.sh |  24 ++++-
 gold/testsuite/justsyms_lib.t       |  28 ++++++
 gold/testsuite/script_test_10.t     |   1 +
 gold/x86_64.cc                      |  34 ++++++-
 15 files changed, 310 insertions(+), 83 deletions(-)
 create mode 100644 gold/testsuite/justsyms_lib.t

-- 
2.26.2



More information about the Binutils mailing list