[PATCH v4 1/2] ld: Add --pdb option

Martin Storsjö martin@martin.st
Tue Oct 11 19:06:11 GMT 2022


On Tue, 11 Oct 2022, Mark Harmstone wrote:

> Resubmission incorporating Martin's amendment
> (https://sourceware.org/pipermail/binutils/2022-October/123481.html)
>
> ---
> bfd/libpei.h               |  6 +++--
> bfd/peXXigen.c             | 30 ++++++++++++++++-----
> bfd/peicode.h              |  2 +-
> ld/emultempl/pe.em         | 50 +++++++++++++++++++++++++++++++----
> ld/emultempl/pep.em        | 48 +++++++++++++++++++++++++++++++---
> ld/testsuite/ld-pe/pdb.exp | 53 ++++++++++++++++++++++++++++++++++++++
> ld/testsuite/ld-pe/pdb1.s  |  5 ++++
> 7 files changed, 175 insertions(+), 19 deletions(-)
> create mode 100644 ld/testsuite/ld-pe/pdb.exp
> create mode 100644 ld/testsuite/ld-pe/pdb1.s

Thanks! This version LGTM wrt the public option interface.

// Martin



More information about the Binutils mailing list