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.in | |
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.in')
-rw-r--r-- | bfd/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
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@ |