+2002-01-26 Richard Henderson <rth@redhat.com>
+
+ * i386.c (i386_iscall): Static.
+ * tahoe.c (indirectchild, tahoe_operandmode): Static.
+ (tahoe_operandlength, tahoe_reladdr): Static.
+ * vax.c (indirectchild): Static.
+
2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
* Makefile.am (install): Depend on install-info.
#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;
{
/*
* A symbol to be the child of indirect callf:
*/
-Sym indirectchild;
+static Sym indirectchild;
-tahoe_operandenum tahoe_operandmode PARAMS ((unsigned char *));
-char *tahoe_operandname PARAMS ((tahoe_operandenum));
-long tahoe_operandlength PARAMS ((unsigned char *));
-bfd_vma tahoe_reladdr PARAMS ((char *));
+static tahoe_operandenum tahoe_operandmode PARAMS ((unsigned char *));
+static char *tahoe_operandname PARAMS ((tahoe_operandenum));
+static long tahoe_operandlength PARAMS ((unsigned char *));
+static bfd_vma tahoe_reladdr PARAMS ((char *));
void tahoe_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
-tahoe_operandenum
+static tahoe_operandenum
tahoe_operandmode (modep)
unsigned char *modep;
{
abort ();
}
-char *
+static char *
tahoe_operandname (mode)
tahoe_operandenum mode;
{
abort ();
}
-long
+static long
tahoe_operandlength (modep)
unsigned char *modep;
{
abort ();
}
-bfd_vma
+static bfd_vma
tahoe_reladdr (modep)
char *modep;
{
/*
* A symbol to be the child of indirect calls:
*/
-Sym indirectchild;
-
+static Sym indirectchild;
static operandenum vax_operandmode PARAMS ((struct modebyte *));
static char *vax_operandname PARAMS ((operandenum));