This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Prune BFD warnings for unknown GNU properties


When glibc is enabled with the new GNU_PROPERTY_X86_XXX bits:

https://groups.google.com/forum/#!topic/x86-64-abi/-D05GQ3kWrA

BFD will issue an unknown GNU property warning like

warning: tmpdir/ld1: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001

It is OK for older binutils to ignore these new types.  You just don't
get new features with older binutils.  This set of patches to add
experimental to indicate whether this is a release branch.  On release
branches, these unknown GNU property warnings are ignored.


H.J. Lu (2):
  bfd/development.sh: Add experimental
  Prune BFD warnings for unknown GNU properties

 bfd/development.sh                          |  3 +++
 binutils/Makefile.am                        |  6 ++++++
 binutils/Makefile.in                        |  5 +++++
 binutils/testsuite/binutils-all/objcopy.exp |  9 +++++++++
 binutils/testsuite/lib/binutils-common.exp  | 14 ++++++++++++++
 ld/Makefile.am                              |  6 ++++++
 ld/Makefile.in                              |  7 ++++++-
 ld/testsuite/ld-bootstrap/bootstrap.exp     |  1 +
 ld/testsuite/ld-elf/shared.exp              |  4 ++--
 ld/testsuite/ld-plugin/lto.exp              |  1 +
 ld/testsuite/lib/ld-lib.exp                 |  9 ++++++++-
 11 files changed, 61 insertions(+), 4 deletions(-)

-- 
2.17.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]