aboutsummaryrefslogtreecommitdiff
path: root/gprof/cg_print.h
AgeCommit message (Collapse)AuthorFilesLines
1996-03-21 * core.c (core_create_function_syms): Move filename and func_nameIan Lance Taylor1-0/+2
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.
1995-02-08ran "indent -gnu"; have not fixed block comment styleKen Raeburn1-3/+3
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-0/+12
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.