aboutsummaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-04-14 10:13:50 +0000
committerMark Kettenis <kettenis@gnu.org>2000-04-14 10:13:50 +0000
commitd84dd0c55ec2daf8bc3430098b22760478b4b68b (patch)
tree8d14c2e667b7aa60335f3e681fe2b337080f7d6a /gdb/acconfig.h
parent0d8dfecfe98596d2999f2616d7f2b904260022cc (diff)
downloadgdb-d84dd0c55ec2daf8bc3430098b22760478b4b68b.zip
gdb-d84dd0c55ec2daf8bc3430098b22760478b4b68b.tar.gz
gdb-d84dd0c55ec2daf8bc3430098b22760478b4b68b.tar.bz2
2000-04-13 Mark Kettenis <kettenis@gnu.org>
* acconfig.h (HAVE_PRGREGSET_T, HAVE_PRFPREGSET_T, HAVE_LWPID_T, HAVE_PSADDR_T): Add them here instead of in config.in. * acconfig.h (PRFPREGSET_T_BROKEN): New define. * configure.in: Add check for broken prfpregset_t type. * lin-thread.c (gdb_prfpregset): New typedef, depends on definition of PRFPREGSET_T_BROKEN. (ps_lgetfpregs, ps_lsetfpregs, p_td_thr_getfpregs, p_td_thr_setfpregs, thread_db_fetch_registers, thread_db_store_registers): Use gdb_prfpregset_t instead of prfpregset_t. * config.in: Regenerated. * configure: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index ad2140c..821edab 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -13,6 +13,21 @@
/* Define if gregset_t type is available. */
#undef HAVE_GREGSET_T
+/* Define if <sys/procfs.h> has prgregset_t. */
+#undef HAVE_PRGREGSET_T
+
+/* Define if <sys/procfs.h> has prfpregset_t. */
+#undef HAVE_PRFPREGSET_T
+
+/* Define if <sys/procfs.h> has lwpid_t. */
+#undef HAVE_LWPID_T
+
+/* Define if <sys/procfs.h> has psaddr_t. */
+#undef HAVE_PSADDR_T
+
+/* Define if the prfpregset_t type is broken. */
+#undef PRFPREGSET_T_BROKEN
+
/* Define if you want to use new multi-fd /proc interface
(replaces HAVE_MULTIPLE_PROC_FDS as well as other macros). */
#undef NEW_PROC_API