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.in | |
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.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index abb2c78..7383656 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -232,6 +232,9 @@ /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ #undef HAVE_LWPSTATUS_T_PR_REG +/* Define if <sys/procfs.h> has win32_pstatus_t. */ +#undef HAVE_WIN32_PSTATUS_T + /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER |