* i386.c (i386_iscall): Static.
[deliverable/binutils-gdb.git] / gprof / vax.c
index 58e7de3820becba8e903eef037e5f5b32824b2e6..bce1e7218b99871ea131e02e36317ffa849c2871 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983 Regents of the University of California.
+ * Copyright (c) 1983, 2001 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -50,8 +50,13 @@ struct modebyte
 /*
  * 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));
+static long vax_operandlength PARAMS ((struct modebyte *));
+static bfd_vma vax_reladdr PARAMS ((struct modebyte *));
+void vax_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
 
 static operandenum
 vax_operandmode (modep)
@@ -307,7 +312,7 @@ vax_find_call (parent, p_lowpc, p_highpc)
            case longrel:
              /*
               *    regular pc relative addressing
-              *      check that this is the address of 
+              *      check that this is the address of
               *      a function.
               */
              destpc = vax_reladdr ((struct modebyte *) (instructp + length))
This page took 0.024354 seconds and 4 git commands to generate.