aboutsummaryrefslogtreecommitdiff
path: root/gprof/cg_print.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-21 22:21:30 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-21 22:21:30 +0000
commitdf928c8f28aab3867ae2283c7425d1a9480c20a1 (patch)
tree7c77c1b9f94d47f904a2803011539e4a7925bb89 /gprof/cg_print.h
parent0f579087abbd52ef11e1c0dc0236e0393ccfaba0 (diff)
downloadgdb-df928c8f28aab3867ae2283c7425d1a9480c20a1.zip
gdb-df928c8f28aab3867ae2283c7425d1a9480c20a1.tar.gz
gdb-df928c8f28aab3867ae2283c7425d1a9480c20a1.tar.bz2
* core.c (core_create_function_syms): Move filename and func_name
inside ifdef where they are used. * core.c (core_sym_class): Parenthesize && within ||. * symtab.c (symtab_finalize): Correct parenthesization. * cg_print.h (cg_print_file_ordering): Declare. (cg_print_function_ordering): Declare. * __bb_exit_func.c (__bb_exit_func): Replace bcopy with memcpy. * cg_arcs.c (arc_add): Likewise. * cg_print.c (cg_print_function_ordering): Likewise.
Diffstat (limited to 'gprof/cg_print.h')
-rw-r--r--gprof/cg_print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 13511c7..782c4aa 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -8,5 +8,7 @@ extern double print_time; /* total of time being printed */
extern void cg_print PARAMS ((Sym ** cg));
extern void cg_print_index PARAMS ((void));
+extern void cg_print_file_ordering PARAMS ((void));
+extern void cg_print_function_ordering PARAMS ((void));
#endif /* cg_print_h */