aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
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/config.in
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/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 6a7157d..ac06839 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -62,6 +62,9 @@
/* Define if compiling on Solaris 7. */
#undef _MSE_INT_H
+/* 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