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 58de646be21 Allow inferring tmp_prefix from the dll name from a def file. new 3dd8e5b615e bfd: replace doc header generation with pattern rules new cb803d37492 bfd: rename core.texi to corefile.texi new bd32be01c99 bfd: merge doc subdir up a level
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: bfd/.gitignore | 2 +- bfd/Makefile.am | 22 +- bfd/Makefile.in | 513 +++++++++++++++++++++++--- bfd/configure | 4 +- bfd/configure.ac | 3 +- bfd/doc/Makefile.am | 217 ----------- bfd/doc/Makefile.in | 1021 --------------------------------------------------- bfd/doc/bfd.texi | 2 +- bfd/doc/local.mk | 156 ++++++++ 9 files changed, 630 insertions(+), 1310 deletions(-) delete mode 100644 bfd/doc/Makefile.am delete mode 100644 bfd/doc/Makefile.in create mode 100644 bfd/doc/local.mk