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
commit7dfa765cc10b73edb8538aafbedd49acdeada1e8 (patch)
tree027eb6cdc3068c114d5f63efb91c8ef247c4a1d3 /gdb/acconfig.h
parentb1eeef9a6ee2f766b8fef104a889c90a1e6b6079 (diff)
downloadbinutils-gdb-7dfa765cc10b73edb8538aafbedd49acdeada1e8.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