Avoid compiler warnings about incomplete parameter types.
gdb/ChangeLog: * dcache.h: Include target.h, to avoid compile time warnings.
This commit is contained in:
parent
eb7a547ad4
commit
cb039ba453
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2014-08-15 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
|
* dcache.h: Include target.h, to avoid compile time warnings.
|
||||||
|
|
||||||
2014-08-15 Joel Brobecker <brobecker@adacore.com>
|
2014-08-15 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* gdbarch.sh: #include "frame.h" in gdbarch.h. Delete "struct
|
* gdbarch.sh: #include "frame.h" in gdbarch.h. Delete "struct
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
#ifndef DCACHE_H
|
#ifndef DCACHE_H
|
||||||
#define DCACHE_H
|
#define DCACHE_H
|
||||||
|
|
||||||
|
#include "target.h" /* for enum target_xfer_status */
|
||||||
|
|
||||||
typedef struct dcache_struct DCACHE;
|
typedef struct dcache_struct DCACHE;
|
||||||
|
|
||||||
/* Invalidate DCACHE. */
|
/* Invalidate DCACHE. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue