diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-05-12 07:41:43 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-05-12 07:41:43 +0000 |
commit | 335e41d4ebaea78f4ae85792b294f183da962c85 (patch) | |
tree | 18e03f08a134e31db4836f14292a78a0c243aea6 /bfd/config.in | |
parent | 10483e8e4e96e64cd488c4481aa960925ff1a335 (diff) | |
download | gdb-335e41d4ebaea78f4ae85792b294f183da962c85.zip gdb-335e41d4ebaea78f4ae85792b294f183da962c85.tar.gz gdb-335e41d4ebaea78f4ae85792b294f183da962c85.tar.bz2 |
bfd/
* config.in: Regenerated.
* configure: Regenerated.
* configure.in: New tests for HAVE_PRPSINFO_T_PR_PID,
HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID and
HAVE_PSINFO32_T_PR_PID.
* elf.c (elfcore_grok_psinfo): Protect reading psinfo.pr_pid by
HAVE_PRPSINFO_T_PR_PID, HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID
and HAVE_PSINFO32_T_PR_PID.
* hosts/x86-64linux.h (HAVE_PRPSINFO32_T_PR_PID): New redefinition.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index b0b97a2..98157e1 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -144,9 +144,15 @@ /* Define if <sys/procfs.h> has prpsinfo32_t. */ #undef HAVE_PRPSINFO32_T +/* Define if <sys/procfs.h> has prpsinfo32_t.pr_pid. */ +#undef HAVE_PRPSINFO32_T_PR_PID + /* Define if <sys/procfs.h> has prpsinfo_t. */ #undef HAVE_PRPSINFO_T +/* Define if <sys/procfs.h> has prpsinfo_t.pr_pid. */ +#undef HAVE_PRPSINFO_T_PR_PID + /* Define if <sys/procfs.h> has prstatus32_t. */ #undef HAVE_PRSTATUS32_T @@ -162,9 +168,15 @@ /* Define if <sys/procfs.h> has psinfo32_t. */ #undef HAVE_PSINFO32_T +/* Define if <sys/procfs.h> has psinfo32_t.pr_pid. */ +#undef HAVE_PSINFO32_T_PR_PID + /* Define if <sys/procfs.h> has psinfo_t. */ #undef HAVE_PSINFO_T +/* Define if <sys/procfs.h> has psinfo_t.pr_pid. */ +#undef HAVE_PSINFO_T_PR_PID + /* Define if <sys/procfs.h> has pstatus32_t. */ #undef HAVE_PSTATUS32_T |