From 6a69b0a1804fed5ad106ae0664733d6569f30061 Mon Sep 17 00:00:00 2001 From: Mark Harmstone Date: Tue, 13 Sep 2022 10:31:05 +0100 Subject: Add pdb archive format Resubmitted with changes in https://sourceware.org/pipermail/binutils/2022-September/122791.html made. --- bfd/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bfd/Makefile.in') diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 3547556..e05b0c9 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -829,6 +829,7 @@ BFD32_BACKENDS = \ mach-o-arm.lo \ ns32knetbsd.lo \ pc532-mach.lo \ + pdb.lo \ pdp11.lo \ pe-arm-wince.lo \ pe-arm.lo \ @@ -961,6 +962,7 @@ BFD32_BACKENDS_CFILES = \ mach-o-arm.c \ ns32knetbsd.c \ pc532-mach.c \ + pdb.c \ pdp11.c \ pe-arm-wince.c \ pe-arm.c \ @@ -1688,6 +1690,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opncls.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osf-core.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pc532-mach.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdb.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdp11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-aarch64igen.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pe-arm-wince.Plo@am__quote@ -- cgit v1.1