* config/tc-xtensa.c (use_longcalls): Delete.
[deliverable/binutils-gdb.git] / gprof / mips.c
index 1c5fd33f07e9c1420c2a9bbff1b4a03336245788..96d2707e054790f4c00b2ab79c816ba392d5ae35 100644 (file)
 
 static Sym indirect_child;
 
-void mips_find_call PARAMS ((Sym *, bfd_vma, bfd_vma));
+void mips_find_call (Sym *, bfd_vma, bfd_vma);
 
 void
-mips_find_call (parent, p_lowpc, p_highpc)
-     Sym *parent;
-     bfd_vma p_lowpc;
-     bfd_vma p_highpc;
+mips_find_call (Sym *parent, bfd_vma p_lowpc, bfd_vma p_highpc)
 {
   bfd_vma pc, dest_pc;
   unsigned int op;
   int offset;
   Sym *child;
-  static boolean inited = false;
+  static bfd_boolean inited = FALSE;
 
   if (!inited)
     {
-      inited = true;
+      inited = TRUE;
       sym_init (&indirect_child);
       indirect_child.name = _("<indirect child>");
       indirect_child.cg.prop.fract = 1.0;
This page took 0.02311 seconds and 4 git commands to generate.