mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* top.c (target_output_hook): Make declaration match the one
in defs.h.
This commit is contained in:
parent
842bdf8ce1
commit
7aaec27bc7
@ -1,5 +1,8 @@
|
||||
Tue Aug 8 10:50:15 1995 Jeffrey A. Law <law@rtl.cygnus.com>
|
||||
|
||||
* top.c (target_output_hook): Make declaration match the one
|
||||
in defs.h.
|
||||
|
||||
* symfile.c (add_psymbol_to_list): Initialize SYMBOL_SECTION.
|
||||
(add_psymbol_addr_to_list): Likewise.
|
||||
* symfile.h (ADD_PSYMBOL_VT_TO_LIST): Likewise.
|
||||
|
@ -381,7 +381,7 @@ void (*fputs_unfiltered_hook) PARAMS ((const char *linebuffer, FILE *stream));
|
||||
/* Called when the target says something to the host, which may
|
||||
want to appear in a different window. */
|
||||
|
||||
void (*target_output_hook) PARAMS ((void));
|
||||
void (*target_output_hook) PARAMS ((unsigned char *));
|
||||
|
||||
/* Called from print_frame_info to list the line we stopped in. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user