* 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:
parent
962636fda2
commit
4cffc916c1
4 changed files with 13 additions and 3 deletions
|
@ -1839,7 +1839,7 @@ return_command (retval_exp, from_tty)
|
|||
|
||||
/* Sets the scope to input function name, provided that the
|
||||
function is within the current stack frame */
|
||||
typedef struct function_bounds
|
||||
struct function_bounds
|
||||
{
|
||||
CORE_ADDR low, high;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue