From: Mark Kettenis Date: Sat, 15 Jun 2002 13:47:20 +0000 (+0000) Subject: * i386v-nat.c: Remove copnditional inclusion of , X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b335f4a6cdc92da1e787688fa854e23e6a78e409;p=deliverable%2Fbinutils-gdb.git * i386v-nat.c: Remove copnditional inclusion of , and associated comment. They no longer make any sense, since we don't use this file anymore on Linux. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14d1bb3c00..bf7b444cec 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-06-15 Mark Kettenis + * i386v-nat.c: Remove copnditional inclusion of , + and associated comment. They no longer make any sense, since we + don't use this file anymore on Linux. + * config/i386/tm-i386.h (MAX_NUM_REGS): Removed. * i386-tdep.c (i386_register_offset, i386_register_size): Use I386_SSE_NUM_REGS instead of MAX_NUM_REGS for the number of diff --git a/gdb/i386v-nat.c b/gdb/i386v-nat.c index 672ddfbf80..c603b28196 100644 --- a/gdb/i386v-nat.c +++ b/gdb/i386v-nat.c @@ -46,20 +46,9 @@ #include #include - -/* FIXME: 1998-10-21/jsm: The following used to be just "#include - ", but the the Linux kernel (version 2.1.x) and - glibc 2.0.x are not in sync; including will result - in an error. With luck, these losers will get their act together - and we can trash this hack in the near future. */ - #ifdef TARGET_HAS_HARDWARE_WATCHPOINTS -#ifdef HAVE_ASM_DEBUGREG_H -#include -#else #include #endif -#endif #include #include "gdb_stat.h"