From 8db406db3cc6d3458f34df478aab371896401d5e Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 19 Apr 2007 10:46:56 +0000 Subject: * corefile.c (core_create_function_syms, core_create_line_syms): Don't set discard_underscores. * gprof.c (discard_underscores): Delete. * gprof.h (discard_underscores): Delete. * sym_ids.c (match): Use bfd_get_symbol_leading_char to check for leading underscores. * utils.c (print_name_only): Call bfd_demangle rather than cplus_demangle. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate. --- gprof/gprof.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gprof/gprof.h') diff --git a/gprof/gprof.h b/gprof/gprof.h index aa873f3..4cb9e4a 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -119,7 +119,6 @@ extern int output_style; extern int output_width; /* controls column width in index */ extern bfd_boolean bsd_style_output; /* as opposed to FSF style output */ extern bfd_boolean demangle; /* demangle symbol names? */ -extern bfd_boolean discard_underscores; /* discard leading underscores? */ extern bfd_boolean ignore_direct_calls; /* don't count direct calls */ extern bfd_boolean ignore_static_funcs; /* suppress static functions */ extern bfd_boolean ignore_zeros; /* ignore unused symbols/files */ -- cgit v1.1