diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/sparc-nat.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0b7614d..14f5a5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-03-02 Kevin Buettner <kevinb@redhat.com> + + * sparc-nat.c (sparc-nat.c): Don't include. + 2001-03-01 J.T. Conklin <jtc@redback.com> * defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__ diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index ed47b8e..ec734e0 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -23,7 +23,6 @@ #include "inferior.h" #include "target.h" #include "gdbcore.h" -#include "sparc-nat.c" #include "regcache.h" #include <signal.h> |