diff options
author | Mark Harmstone <mark@harmstone.com> | 2022-09-13 10:31:05 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-09-13 10:31:05 +0100 |
commit | 6a69b0a1804fed5ad106ae0664733d6569f30061 (patch) | |
tree | be74f324af34d046ef90d9cc2c1ed8d320292e4e /bfd/Makefile.am | |
parent | 77c2f1aad10656edc774eb962937b778e78d1a37 (diff) | |
download | gdb-6a69b0a1804fed5ad106ae0664733d6569f30061.zip gdb-6a69b0a1804fed5ad106ae0664733d6569f30061.tar.gz gdb-6a69b0a1804fed5ad106ae0664733d6569f30061.tar.bz2 |
Add pdb archive format
Resubmitted with changes in
https://sourceware.org/pipermail/binutils/2022-September/122791.html
made.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 2fa8df4..04fb335 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -367,6 +367,7 @@ BFD32_BACKENDS = \ mach-o-arm.lo \ ns32knetbsd.lo \ pc532-mach.lo \ + pdb.lo \ pdp11.lo \ pe-arm-wince.lo \ pe-arm.lo \ @@ -499,6 +500,7 @@ BFD32_BACKENDS_CFILES = \ mach-o-arm.c \ ns32knetbsd.c \ pc532-mach.c \ + pdb.c \ pdp11.c \ pe-arm-wince.c \ pe-arm.c \ |