This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 72efdf166aa Re: elf: Disallow the empty global symbol name new 10deea6e2fc Binutils/GCC: Add clang LTO support to AR, NM and RANLIB new 4f62e7d83f1 Binutils: Add clang LTO support to AR and RANLIB new 6fb5a51c408 GDB: Regenerate configure for libtool.m4 change
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makefile.in | 2 +- Makefile.tpl | 2 +- bfd/Makefile.in | 3 + bfd/aclocal.m4 | 2 + bfd/configure | 405 +++++++++++++++++- binutils/Makefile.in | 3 + binutils/aclocal.m4 | 2 + binutils/configure | 405 +++++++++++++++++- config/clang-plugin.m4 | 62 +++ configure | 574 ++++++++++++++++++++++++- configure.ac | 15 +- gas/Makefile.in | 3 + gas/aclocal.m4 | 2 + gas/configure | 405 +++++++++++++++++- gdb/aclocal.m4 | 2 + gdb/configure | 405 +++++++++++++++++- gprof/Makefile.in | 3 + gprof/aclocal.m4 | 2 + gprof/configure | 405 +++++++++++++++++- gprof/testsuite/Makefile.in | 3 + gprofng/Makefile.am | 2 +- gprofng/Makefile.in | 16 +- gprofng/aclocal.m4 | 24 +- gprofng/configure | 408 +++++++++++++++++- gprofng/doc/Makefile.in | 14 +- gprofng/gp-display-html/Makefile.in | 14 +- gprofng/libcollector/Makefile.am | 2 +- gprofng/libcollector/Makefile.in | 7 +- gprofng/libcollector/aclocal.m4 | 2 + gprofng/libcollector/configure | 405 +++++++++++++++++- gprofng/src/Makefile.in | 14 +- ld/Makefile.in | 3 + ld/aclocal.m4 | 2 + ld/configure | 405 +++++++++++++++++- libbacktrace/Makefile.in | 3 + libbacktrace/aclocal.m4 | 2 + libbacktrace/configure | 405 +++++++++++++++++- libctf/Makefile.in | 3 + libctf/aclocal.m4 | 2 + libctf/configure | 405 +++++++++++++++++- libiberty/aclocal.m4 | 1 + libiberty/configure | 548 +++++++++++++++++------- libiberty/configure.ac | 43 +- libsframe/Makefile.in | 3 + libsframe/aclocal.m4 | 2 + libsframe/configure | 405 +++++++++++++++++- libtool.m4 | 49 +-- opcodes/Makefile.in | 3 + opcodes/aclocal.m4 | 2 + opcodes/configure | 405 +++++++++++++++++- sim/Makefile.in | 3 + sim/aclocal.m4 | 2 + sim/configure | 405 +++++++++++++++++- zlib/Makefile.in | 3 + zlib/aclocal.m4 | 2 + zlib/configure | 809 ++++++++++++++++++++++++++---------- 56 files changed, 6896 insertions(+), 632 deletions(-) create mode 100644 config/clang-plugin.m4