forked from Imagelibrary/binutils-gdb
* 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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user