1998-10-12 Jason Molenda (jsm@bugshack.cygnus.com)
authorJason Molenda <jmolenda@apple.com>
Tue, 13 Oct 1998 00:35:48 +0000 (00:35 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 13 Oct 1998 00:35:48 +0000 (00:35 +0000)
commit1dee2761ad89b43593f2a5fac932828189a56837
tree224698eaf8bcfa0f6cb03711c8027362d9892c92
parenta148e678b2caab6bfec834034b3db41551781a0b
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.
gdb/ChangeLog
gdb/config.in
gdb/configure
gdb/configure.in
gdb/i386v-nat.c