projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb7a547
)
Avoid compiler warnings about incomplete parameter types.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 15 Aug 2014 14:04:27 +0000
(17:04 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 15 Aug 2014 14:04:27 +0000
(17:04 +0300)
gdb/ChangeLog:
* dcache.h: Include target.h, to avoid compile time warnings.
gdb/ChangeLog
patch
|
blob
|
history
gdb/dcache.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 6aa6592c933d6666768a6d337e89ae200270f626..78d16355f5db5e58365beeca994daba0f08e3578 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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>
* gdbarch.sh: #include "frame.h" in gdbarch.h. Delete "struct
diff --git
a/gdb/dcache.h
b/gdb/dcache.h
index 020abd6bb4de2c2d8d35f395c6da40d124d79406..75c2b3ec3f2c1b133c2c8bc8f84353599de91f1c 100644
(file)
--- a/
gdb/dcache.h
+++ b/
gdb/dcache.h
@@
-21,6
+21,8
@@
#ifndef DCACHE_H
#define DCACHE_H
+#include "target.h" /* for enum target_xfer_status */
+
typedef struct dcache_struct DCACHE;
/* Invalidate DCACHE. */