aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-10-13 00:35:48 +0000
committerJason Molenda <jmolenda@apple.com>1998-10-13 00:35:48 +0000
commit1dee2761ad89b43593f2a5fac932828189a56837 (patch)
tree224698eaf8bcfa0f6cb03711c8027362d9892c92 /gdb/config.in
parenta148e678b2caab6bfec834034b3db41551781a0b (diff)
downloadgdb-1dee2761ad89b43593f2a5fac932828189a56837.zip
gdb-1dee2761ad89b43593f2a5fac932828189a56837.tar.gz
gdb-1dee2761ad89b43593f2a5fac932828189a56837.tar.bz2
1998-10-12 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Check for sys/debugreg.h, asm/debugreg.h. * i386v-nat.c: Include asm/debugreg.h, sys/debugreg.h if it is not present. This is to work around a conflict where the Linux 2.1.x kernel and glibc 2.0.x are not in sync; including <sys/debugreg.h> will result in an error. With luck, these losers will get their act together and we can trash this hack in the near future.
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 4491be8..088d438 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -199,6 +199,9 @@
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
+/* Define if you have the <asm/debugreg.h> header file. */
+#undef HAVE_ASM_DEBUGREG_H
+
/* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H