diff options
author | Alan Modra <amodra@gmail.com> | 2007-04-19 10:46:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-04-19 10:46:56 +0000 |
commit | 8db406db3cc6d3458f34df478aab371896401d5e (patch) | |
tree | 32222877bc8555bcec82b512d7ce2672b7795c05 /gprof/gprof.c | |
parent | 73705ac309d244b61d3b372d61e867c05d8ea2a8 (diff) | |
download | binutils-8db406db3cc6d3458f34df478aab371896401d5e.zip binutils-8db406db3cc6d3458f34df478aab371896401d5e.tar.gz binutils-8db406db3cc6d3458f34df478aab371896401d5e.tar.bz2 |
* 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.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r-- | gprof/gprof.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c index 98406e6..aca143c 100644 --- a/gprof/gprof.c +++ b/gprof/gprof.c @@ -60,7 +60,6 @@ int output_style = 0; int output_width = 80; bfd_boolean bsd_style_output = FALSE; bfd_boolean demangle = TRUE; -bfd_boolean discard_underscores = TRUE; bfd_boolean ignore_direct_calls = FALSE; bfd_boolean ignore_static_funcs = FALSE; bfd_boolean ignore_zeros = TRUE; |