mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* dwarf2read.c (dump_die): Change stderr gdb_stderr.
* expprint.c (print_subexp): fprintf => fprintf_unfiltered. * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered. * stack.c (struct function_bounds): Remove superfluous `typedef'. * symfile.c (list_overlays_command): stdout => gdb_stdout. * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout. * utils.c (print_spaces): Make more efficient.
This commit is contained in:
@@ -111,7 +111,7 @@ java_type_print_base (type, stream, show, level)
|
||||
if (TYPE_TAG_NAME (type) != NULL && TYPE_TAG_NAME (type)[0] == '[')
|
||||
{ /* array type */
|
||||
char *name = java_demangle_type_signature (TYPE_TAG_NAME (type));
|
||||
fputs (name, stream);
|
||||
fputs_filtered (name, stream);
|
||||
free (name);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user