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 5ba2943476 [gdb/testsuite] Fix command result testing in mi-complete.exp new 1dd1bc4daf Allow objdump to recognise the System.Runtime.dll files that [...] new ac79ff9ed2 Add Changelog entry missing from previous delta.
The 2 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/ChangeLog | 8 ++ bfd/coffcode.h | 8 ++ bfd/peXXigen.c | 7 ++ binutils/ChangeLog | 11 ++ binutils/Makefile.am | 5 +- binutils/Makefile.in | 56 +++++++--- binutils/testsuite/binutils-all/objdump.exp | 43 ++++++++ binutils/testsuite/gentestdlls.c | 152 ++++++++++++++++++++++++++++ include/ChangeLog | 21 ++++ include/coff/i386.h | 19 ++++ include/coff/x86_64.h | 22 +++- opcodes/ChangeLog | 5 + 12 files changed, 340 insertions(+), 17 deletions(-) create mode 100644 binutils/testsuite/gentestdlls.c