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 fcaaac0a0d3 Various fixes for the Z80 support. new 9f1528a1bdb Merge changes from GCC for the config/ directory
The 1 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: binutils/ChangeLog | 4 + binutils/configure | 33 +++++-- config/ChangeLog | 14 +++ config/ax_count_cpus.m4 | 101 +++++++++++++++++++++ config/bootstrap-Og.mk | 1 + config/bootstrap-lto-lean.mk | 17 ++++ config/bootstrap-lto.mk | 1 + config/futex.m4 | 4 +- config/gthr.m4 | 1 + config/lib-link.m4 | 22 +++-- config/mh-mingw | 5 ++ config/no-executables.m4 | 4 +- config/tls.m4 | 2 +- config/toolexeclibdir.m4 | 31 +++++++ gdb/ChangeLog | 4 + gdb/configure | 203 ++++++++++++++++++++++++++++++++++--------- gdbserver/ChangeLog | 4 + gdbserver/configure | 29 +++++-- gdbsupport/ChangeLog | 4 + gdbsupport/configure | 29 +++++-- intl/ChangeLog | 4 + intl/configure | 58 ++++++++++--- libiberty/ChangeLog | 4 + libiberty/configure | 4 +- zlib/ChangeLog.bin-gdb | 4 + zlib/configure | 4 +- 26 files changed, 504 insertions(+), 87 deletions(-) create mode 100644 config/ax_count_cpus.m4 create mode 100644 config/bootstrap-Og.mk create mode 100644 config/bootstrap-lto-lean.mk create mode 100644 config/toolexeclibdir.m4