summaryrefslogtreecommitdiff
path: root/bfd/Makefile.am
diff options
context:
space:
mode:
authorMark Harmstone <mark@harmstone.com>2022-09-13 10:31:05 +0100
committerNick Clifton <nickc@redhat.com>2022-09-13 10:31:05 +0100
commit6a69b0a1804fed5ad106ae0664733d6569f30061 (patch)
treebe74f324af34d046ef90d9cc2c1ed8d320292e4e /bfd/Makefile.am
parent77c2f1aad10656edc774eb962937b778e78d1a37 (diff)
downloadbinutils-gdb-6a69b0a1804fed5ad106ae0664733d6569f30061.tar.gz
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.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index 2fa8df45135..04fb335d47d 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 \