summaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-05-25 17:18:01 +0000
committerMark Kettenis <kettenis@gnu.org>2000-05-25 17:18:01 +0000
commit185a9d45bc213350fb53610cc79a7a158ac8bee8 (patch)
tree05d6b89c76955941281e57baad67de7f952f27cb /gdb/acconfig.h
parentede6698868e054bd2afcf5bd65444864ca41f631 (diff)
downloadgdb-185a9d45bc213350fb53610cc79a7a158ac8bee8.tar.gz
* acconfig.h (HAVE_R_FS, HAVE_R_GS): Add.
* configure.in: Add checks for r_fs and r_gs members of `struct reg'. * config.in, configure: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index 821edab31ae..0a24b69a635 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -1,6 +1,12 @@
/* Define if compiling on Solaris 7. */
#undef _MSE_INT_H
+/* Define if your struct reg has r_fs. */
+#undef HAVE_R_FS
+
+/* Define if your struct reg has r_gs. */
+#undef HAVE_R_GS
+
/* Define if pstatus_t type is available */
#undef HAVE_PSTATUS_T