aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorDaniel Gutson <dgutson@codesourcery.com>2010-01-05 00:40:07 +0000
committerDaniel Gutson <dgutson@codesourcery.com>2010-01-05 00:40:07 +0000
commit16231b7b9de982c605ea14f61b46054eeac01628 (patch)
tree024c40c9092cf859a576be0131806973a2d29e60 /bfd/configure.in
parentc1e2cb9d8c5d760059171e7cd34355f64742a132 (diff)
downloadfsf-binutils-gdb-16231b7b9de982c605ea14f61b46054eeac01628.zip
fsf-binutils-gdb-16231b7b9de982c605ea14f61b46054eeac01628.tar.gz
fsf-binutils-gdb-16231b7b9de982c605ea14f61b46054eeac01628.tar.bz2
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
* bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC before including procfs.h. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise. * configure.in: Added autoconf probe for the pr_fpreg member. * configure: Regenerated. * config.in: Regenerated. * elf.c: Define _STRUCTURE_PROC before including procfs.h.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index d2d12bd..3713d56 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -481,6 +481,7 @@ changequote([,])dnl
BFD_HAVE_SYS_PROCFS_TYPE(lwpxstatus_t)
BFD_HAVE_SYS_PROCFS_TYPE_MEMBER(lwpstatus_t, pr_context)
BFD_HAVE_SYS_PROCFS_TYPE_MEMBER(lwpstatus_t, pr_reg)
+ BFD_HAVE_SYS_PROCFS_TYPE_MEMBER(lwpstatus_t, pr_fpreg)
BFD_HAVE_SYS_PROCFS_TYPE(win32_pstatus_t)
fi
fi