diff options
author | Michael Snyder <msnyder@vmware.com> | 2000-08-30 18:12:21 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2000-08-30 18:12:21 +0000 |
commit | 7ee38065312ef0414af77402fcfd670eae81d6a0 (patch) | |
tree | da2ce2878cf7f761d3179faabf321b9688c46936 /bfd/config.in | |
parent | 7d352fc8cbfe3663b32cbbabaca8a8d4fb63540f (diff) | |
download | gdb-7ee38065312ef0414af77402fcfd670eae81d6a0.zip gdb-7ee38065312ef0414af77402fcfd670eae81d6a0.tar.gz gdb-7ee38065312ef0414af77402fcfd670eae81d6a0.tar.bz2 |
2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com>
* elf.c: Eliminate references to __sparcv9 macro; replace with
autoconf variables HAVE_PSINFO32_T etc.
* configure.in: Auto-configure HAVE_PSINFO_32_T, HAVE_PRPSINFO32_T,
HAVE_PSTATUS32_T, HAVE_PRSTATUS32_T, HAVE_PRSTATUS32_T_PR_WHO.
* config.in: Ditto.
* acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE) define _SYSCALL32 so it can
detect the above typedefs. (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Ditto.
* aclocal.m4: Ditto.
* configure: Regenerate.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index 7383656..60338a8 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -211,18 +211,33 @@ /* Define if <sys/procfs.h> has prstatus_t. */ #undef HAVE_PRSTATUS_T +/* Define if <sys/procfs.h> has prstatus32_t. */ +#undef HAVE_PRSTATUS32_T + /* Define if <sys/procfs.h> has prstatus_t.pr_who. */ #undef HAVE_PRSTATUS_T_PR_WHO +/* Define if <sys/procfs.h> has prstatus32_t.pr_who. */ +#undef HAVE_PRSTATUS32_T_PR_WHO + /* Define if <sys/procfs.h> has pstatus_t. */ #undef HAVE_PSTATUS_T +/* Define if <sys/procfs.h> has pstatus32_t. */ +#undef HAVE_PSTATUS32_T + /* Define if <sys/procfs.h> has prpsinfo_t. */ #undef HAVE_PRPSINFO_T +/* Define if <sys/procfs.h> has prpsinfo32_t. */ +#undef HAVE_PRPSINFO32_T + /* Define if <sys/procfs.h> has psinfo_t. */ #undef HAVE_PSINFO_T +/* Define if <sys/procfs.h> has psinfo32_t. */ +#undef HAVE_PSINFO32_T + /* Define if <sys/procfs.h> has lwpstatus_t. */ #undef HAVE_LWPSTATUS_T |