diff options
author | Daniel Gutson <dgutson@codesourcery.com> | 2010-01-05 00:40:07 +0000 |
---|---|---|
committer | Daniel Gutson <dgutson@codesourcery.com> | 2010-01-05 00:40:07 +0000 |
commit | 16231b7b9de982c605ea14f61b46054eeac01628 (patch) | |
tree | 024c40c9092cf859a576be0131806973a2d29e60 /bfd/config.in | |
parent | c1e2cb9d8c5d760059171e7cd34355f64742a132 (diff) | |
download | gdb-16231b7b9de982c605ea14f61b46054eeac01628.zip gdb-16231b7b9de982c605ea14f61b46054eeac01628.tar.gz 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/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 3cb2bfc..5881b8d 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -114,6 +114,9 @@ /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ #undef HAVE_LWPSTATUS_T_PR_CONTEXT +/* Define if <sys/procfs.h> has lwpstatus_t.pr_fpreg. */ +#undef HAVE_LWPSTATUS_T_PR_FPREG + /* Define if <sys/procfs.h> has lwpstatus_t.pr_reg. */ #undef HAVE_LWPSTATUS_T_PR_REG |