* gdb/s390-nat.c (s390_register_u_addr): Pass proper arguments to
[deliverable/binutils-gdb.git] / gprof / vax.c
index 0d7cc30b6943a462fcd2c864a4e454cff796cb80..9d67430c4ba4364c5d9a54443d7a7a63923a2059 100644 (file)
@@ -53,6 +53,12 @@ struct modebyte
 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)
      struct modebyte *modep;
This page took 0.023058 seconds and 4 git commands to generate.