OSDN Git Service

* s390-nat.c: #include "regcache.h", to get declaration for
authorJim Blandy <jimb@codesourcery.com>
Tue, 6 Nov 2001 22:18:13 +0000 (22:18 +0000)
committerJim Blandy <jimb@codesourcery.com>
Tue, 6 Nov 2001 22:18:13 +0000 (22:18 +0000)
`supply_register'.  (The last change already added the dependency
of s390-nat.o on regcache.h.  Oops.)

gdb/ChangeLog
gdb/s390-nat.c

index 6b1d883..aaa1344 100644 (file)
@@ -1,5 +1,9 @@
 2001-11-06  Jim Blandy  <jimb@redhat.com>
 
+       * s390-nat.c: #include "regcache.h", to get declaration for
+       `supply_register'.  (The last change already added the dependency
+       of s390-nat.o on regcache.h.  Oops.)
+
        * Makefile.in (ALLDEPFILES): Add s390-tdep.c and s390-nat.c.
        (s390-tdep.o, s390-nat.o): New rules.
 
index 0239ed0..19e8923 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "defs.h"
 #include "tm.h"
+#include "regcache.h"
 #include <asm/ptrace.h>
 #include <sys/ptrace.h>
 #include <asm/processor.h>