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 5fd6b60d86a Remove duplicate definition new 45b8517aae8 Enhance objdump's --private option so that it can display t [...]
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 | 17 + binutils/Makefile.am | 4 +- binutils/Makefile.in | 5 +- binutils/NEWS | 3 + binutils/configure | 7 +- binutils/configure.ac | 7 +- binutils/doc/binutils.texi | 6 + binutils/objdump.c | 2 +- binutils/objdump.h | 7 + binutils/od-pe.c | 565 ++++++++++++++++++++++++++++ binutils/testsuite/binutils-all/objdump.exp | 54 +++ 11 files changed, 670 insertions(+), 7 deletions(-) create mode 100644 binutils/od-pe.c