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/configure | |
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/configure')
-rwxr-xr-x | bfd/configure | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/configure b/bfd/configure index adc316d..53c7b3f 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5267,6 +5267,14 @@ EOF fi fi + if test $bfd_cv_have_sys_procfs_type_lwpstatus_t = yes; then + cat >> confdefs.h <<\EOF +#define HAVE_LWPSTATUS_T 1 +EOF + + fi + echo "$ac_t""$bfd_cv_have_sys_procfs_type_lwpstatus_t" 1>&6 + cat >> confdefs.h <<EOF #define TRAD_HEADER $TRAD_HEADER |