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:
a06cde0
)
remote-est.c (est_open): Make static to match prototype.
author
Torbjorn Granlund
<tege@cygnus>
Wed, 10 May 1995 23:02:46 +0000
(23:02 +0000)
committer
Torbjorn Granlund
<tege@cygnus>
Wed, 10 May 1995 23:02:46 +0000
(23:02 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-est.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index d4a5cf86abbb615dfeaed24f546c156dca8abb66..3b201ea27148b864f6a8b63cf57dfdd5aa2dd027 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+Wed May 10 15:59:00 1995 Torbjorn Granlund <tege@adder.cygnus.com>
+
+ * remote-est.c (est_open): Make static to match prototype.
+
Tue May 9 16:58:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in: Add little endian PowerPC support.
diff --git
a/gdb/remote-est.c
b/gdb/remote-est.c
index efc83d4e66130520900732da709e476d7583bfab..c34d52a58ece16925a38c7a2fa5faf1bdd769728 100644
(file)
--- a/
gdb/remote-est.c
+++ b/
gdb/remote-est.c
@@
-151,7
+151,7
@@
static struct monitor_ops est_cmds =
MONITOR_OPS_MAGIC /* magic */
};
-void
+
static
void
est_open(args, from_tty)
char *args;
int from_tty;