aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
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
commit422ea4b878539bcf1c356f9a212a6b08244c81f0 (patch)
tree8e4241793e06bb9bbc5766601982aac63cc39a6f /gdb/config.in
parentd108020f09047501a76d42a1efab96b95267a68b (diff)
downloadfsf-binutils-gdb-422ea4b878539bcf1c356f9a212a6b08244c81f0.zip
fsf-binutils-gdb-422ea4b878539bcf1c356f9a212a6b08244c81f0.tar.gz
fsf-binutils-gdb-422ea4b878539bcf1c356f9a212a6b08244c81f0.tar.bz2
* 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/config.in')
-rw-r--r--gdb/config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config.in b/gdb/config.in
index 7a634c1..faf5cd4 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -63,10 +63,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 the prfpregset_t type is broken. */
#undef PRFPREGSET_T_BROKEN