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/config.bfd | |
parent | 77c2f1aad10656edc774eb962937b778e78d1a37 (diff) | |
download | binutils-6a69b0a1804fed5ad106ae0664733d6569f30061.zip binutils-6a69b0a1804fed5ad106ae0664733d6569f30061.tar.gz binutils-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/config.bfd')
-rw-r--r-- | bfd/config.bfd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index a79a0e2..5eb82d7 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -711,7 +711,7 @@ case "${targ}" in ;; x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep | x86_64-*-cygwin) targ_defvec=x86_64_pe_vec - targ_selvecs="x86_64_pe_vec x86_64_pei_vec x86_64_pe_big_vec x86_64_elf64_vec i386_pe_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec" + targ_selvecs="x86_64_pe_vec x86_64_pei_vec x86_64_pe_big_vec x86_64_elf64_vec i386_pe_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec pdb_vec" want64=true targ_underscore=no ;; @@ -765,7 +765,7 @@ case "${targ}" in ;; i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-winnt | i[3-7]86-*-pe) targ_defvec=i386_pe_vec - targ_selvecs="i386_pe_vec i386_pe_big_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec" + targ_selvecs="i386_pe_vec i386_pe_big_vec i386_pei_vec i386_elf32_vec iamcu_elf32_vec pdb_vec" targ_underscore=yes ;; i[3-7]86-*-vxworks*) |