(TXVU_MASK_VFREG): Renamed from TXVU_MASK_REG.
[deliverable/binutils-gdb.git] / gprof / cg_print.c
index 236e01b11fa0238f5d2a6389171deb0d27f11e49..015f710ce3229bd56f466629e7ffe9938c6f5abf 100644 (file)
@@ -844,7 +844,7 @@ DEFUN_VOID (cg_print_function_ordering)
 
   /* Now sort a temporary symbol table based on the number of
      times each function was used in the highest used arcs.  */
-  bcopy (used_syms, scratch_syms, used * sizeof (Sym *));
+  memcpy (scratch_syms, used_syms, used * sizeof (Sym *));
   qsort (scratch_syms, used, sizeof (Sym *), cmp_fun_nuses);
 
   /* Now pick out those symbols we're going to emit as
This page took 0.02291 seconds and 4 git commands to generate.