diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:50:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 18:50:16 +0000 |
commit | 16e9c715dffb96efda481dc20cdb5bb6fbde0dff (patch) | |
tree | d03a25f71ad5dc4fd58b2e3d11b5ecdfc05c793a /bfd/config.bfd | |
parent | 5a298d2d9c2cf09936f8380963173e6b66249207 (diff) | |
download | gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.zip gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.tar.gz gdb-16e9c715dffb96efda481dc20cdb5bb6fbde0dff.tar.bz2 |
Apply patch from Egor Duda to process win32_pstatus notes in core dumps.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index b5f08a3..e844bf1 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -316,7 +316,7 @@ case "${targ}" in ;; i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe) targ_defvec=i386pe_vec - targ_selvecs="i386pe_vec i386pei_vec" + targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" ;; i[3456]86-none-*) targ_defvec=i386coff_vec |