mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* 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.)
This commit is contained in:
parent
e81b020b49
commit
3ecc0ae2c0
@ -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.
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user