This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 58de646be2 Allow inferring tmp_prefix from the dll name from a def file. adds 3dd8e5b615 bfd: replace doc header generation with pattern rules adds cb803d3749 bfd: rename core.texi to corefile.texi adds bd32be01c9 bfd: merge doc subdir up a level adds 35638469cb Automatic date update in version.in adds 31b0378d53 Regenerate configure files with autoconf 2.69 adds ad69b6b861 Regenerate Makefile.in files with automake 1.15.1 new 0e3839bde6 bfd: Properly install library and header files
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: bfd/.gitignore | 2 +- bfd/Makefile.am | 32 +- bfd/Makefile.in | 572 +++++++++++++++++++++---- bfd/configure | 22 +- bfd/configure.ac | 3 +- bfd/doc/Makefile.am | 217 ---------- bfd/doc/Makefile.in | 1021 -------------------------------------------- bfd/doc/bfd.texi | 2 +- bfd/doc/local.mk | 152 +++++++ bfd/version.h | 2 +- binutils/Makefile.in | 1 - binutils/configure | 18 +- gas/Makefile.in | 1 - gas/configure | 18 +- gold/Makefile.in | 1 - gold/configure | 14 +- gold/testsuite/Makefile.in | 1 - gprof/Makefile.in | 1 - gprof/configure | 18 +- ld/Makefile.in | 1 - ld/configure | 18 +- opcodes/Makefile.in | 1 - opcodes/configure | 18 +- 23 files changed, 678 insertions(+), 1458 deletions(-) delete mode 100644 bfd/doc/Makefile.am delete mode 100644 bfd/doc/Makefile.in create mode 100644 bfd/doc/local.mk