This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/2] Prune BFD warnings for unknown GNU properties
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: binutils at sourceware dot org
- Date: Tue, 21 Aug 2018 11:19:19 -0700
- Subject: [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