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:
ee20635
)
Fix targ_ops declaration problem.
author
Anthony Green
<green@redhat.com>
Mon, 22 Sep 2003 14:50:37 +0000
(14:50 +0000)
committer
Anthony Green
<green@redhat.com>
Mon, 22 Sep 2003 14:50:37 +0000
(14:50 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/monitor.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 718535587d35046716cc659ede0f40700c4f0cd0..7f780b8dd0a10846b39c7f36a1457cb22d982f15 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,8
@@
+2003-09-22 Anthony Green <green@redhat.com>
+
+ * monitor.c (monitor_expect): Delete unused conflicting targ_ops
+ declaration.
+
2003-09-20 Andrew Cagney <cagney@redhat.com>
* breakpoint.c: Eliminate ARGSUSED.
diff --git
a/gdb/monitor.c
b/gdb/monitor.c
index ee2280d968c9fef35b383033ddcf74ca7893118d..77bde82baef85bdec8a22a588ee30e509d3884c7 100644
(file)
--- a/
gdb/monitor.c
+++ b/
gdb/monitor.c
@@
-521,7
+521,6
@@
monitor_expect (char *string, char *buf, int buflen)
char *p = string;
int obuflen = buflen;
int c;
- extern struct target_ops *targ_ops;
if (monitor_debug_p)
{