From: Michael Meissner Date: Thu, 16 Oct 1997 19:06:25 +0000 (+0000) Subject: Make decl of sds_load static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9d59cbb13c35d1aa0901428efabc05c2b5fae38a;p=binutils-gdb.git Make decl of sds_load static --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 561ab03f1bc..3d9a2a1b43d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 16 15:03:58 1997 Michael Meissner + + * remote-sds.c (sds_load): Properly declare as static. + Wed Oct 15 10:27:14 1997 Doug Evans * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Mask off displacement diff --git a/gdb/remote-sds.c b/gdb/remote-sds.c index ffcc29dc1eb..ef5efb8f3bf 100644 --- a/gdb/remote-sds.c +++ b/gdb/remote-sds.c @@ -74,7 +74,7 @@ static void sds_mourn PARAMS ((void)); static void sds_create_inferior PARAMS ((char *, char *, char **)); -extern void sds_load PARAMS ((char *, int)); +static void sds_load PARAMS ((char *, int)); static int getmessage PARAMS ((unsigned char *, int));