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 97df7412a18 Test stepping within a runtime loader / dynamic linker new f6f30f347bb ld: Add --pdb option new b41a65333fc ld: Add minimal pdb generation
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/libpei.h | 6 +- bfd/peXXigen.c | 30 +- bfd/peicode.h | 2 +- ld/Makefile.am | 10 +- ld/Makefile.in | 13 +- ld/emultempl/pe.em | 57 ++- ld/emultempl/pep.em | 55 ++- ld/pdb.c | 522 +++++++++++++++++++++ ld/pdb.h | 111 +++++ ld/po/SRC-POTFILES.in | 2 + ld/testsuite/ld-pe/pdb.exp | 320 +++++++++++++ .../msp430/empty.s => ld/testsuite/ld-pe/pdb1.s | 3 +- 12 files changed, 1102 insertions(+), 29 deletions(-) create mode 100644 ld/pdb.c create mode 100644 ld/pdb.h create mode 100644 ld/testsuite/ld-pe/pdb.exp copy gas/testsuite/gas/msp430/empty.s => ld/testsuite/ld-pe/pdb1.s (54%)