summaryrefslogtreecommitdiff
path: root/gdb/acconfig.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-06-05 18:59:40 +0000
committerMark Kettenis <kettenis@gnu.org>2000-06-05 18:59:40 +0000
commitb3c229124c4450e4fc9ac43b0de04f40e3eb5219 (patch)
tree2bcd37ae9fe16ab166279388575321aa7aff0c61 /gdb/acconfig.h
parentf689ae325f6660586a24ff4697ca97e589894f51 (diff)
downloadgdb-b3c229124c4450e4fc9ac43b0de04f40e3eb5219.tar.gz
* acconfig.h, configure.in, i386bsd.c (HAVE_STRUCT_REG_R_FS):
Renamed from HAVE_R_FS. (HAVE_STRUCT_REG_GS): Renamed from HAVE_R_GS. * configure, config.in: Regenerated.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r--gdb/acconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h
index 0a24b69a635..74c3b6fdade 100644
--- a/gdb/acconfig.h
+++ b/gdb/acconfig.h
@@ -2,10 +2,10 @@
#undef _MSE_INT_H
/* Define if your struct reg has r_fs. */
-#undef HAVE_R_FS
+#undef HAVE_STRUCT_REG_R_FS
/* Define if your struct reg has r_gs. */
-#undef HAVE_R_GS
+#undef HAVE_STRUCT_REG_R_GS
/* Define if pstatus_t type is available */
#undef HAVE_PSTATUS_T