summaryrefslogtreecommitdiff
path: root/gprof/i386.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-01-27 02:43:52 +0000
committerRichard Henderson <rth@redhat.com>2002-01-27 02:43:52 +0000
commit7ca6976fa6b9956d1e6832ec428c87d5244c42e8 (patch)
tree0c3aeb8d8728b23540af7ba96dcb7416058adbf2 /gprof/i386.c
parent98aec4737fbb31bd7093edfe575659ec56ab1060 (diff)
downloadbinutils-redhat-7ca6976fa6b9956d1e6832ec428c87d5244c42e8.tar.gz
* i386.c (i386_iscall): Static.
* tahoe.c (indirectchild, tahoe_operandmode): Static. (tahoe_operandlength, tahoe_reladdr): Static. * vax.c (indirectchild): Static.
Diffstat (limited to 'gprof/i386.c')
-rw-r--r--gprof/i386.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/i386.c b/gprof/i386.c
index 8836dc3e99..e30648fe08 100644
--- a/gprof/i386.c
+++ b/gprof/i386.c
@@ -22,10 +22,10 @@
#include "hist.h"
#include "symtab.h"
-int i386_iscall PARAMS ((unsigned char *));
+static int i386_iscall PARAMS ((unsigned char *));
void i386_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
-int
+static int
i386_iscall (ip)
unsigned char *ip;
{