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 77c2f1aad10 gdb/csky rm csky_print_registers_info new 6a69b0a1804 Add pdb archive format
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/Makefile.am | 2 + bfd/Makefile.in | 3 + bfd/config.bfd | 4 +- bfd/configure | 1 + bfd/configure.ac | 1 + bfd/pdb.c | 814 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ bfd/targets.c | 3 + 7 files changed, 826 insertions(+), 2 deletions(-) create mode 100644 bfd/pdb.c