diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-10-13 00:35:48 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-10-13 00:35:48 +0000 |
commit | 1dee2761ad89b43593f2a5fac932828189a56837 (patch) | |
tree | 224698eaf8bcfa0f6cb03711c8027362d9892c92 /gdb/ChangeLog | |
parent | a148e678b2caab6bfec834034b3db41551781a0b (diff) | |
download | binutils-gdb-1dee2761ad89b43593f2a5fac932828189a56837.tar.gz |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b6e3b6d7db4..d6983194229 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + Sun Oct 11 12:08:07 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de> * dwarf2read.c (dwarf2_build_psymtabs_hard): Do not adjust the |