mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* top.c (target_output_hook): Really make it match defs.h (char *
is not the same as unsigned char *).
This commit is contained in:
parent
286cb27aac
commit
327332d87d
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 08:11:45 1995 Stan Shebs <shebs@cygnus.com>
|
||||
|
||||
* top.c (target_output_hook): Really make it match defs.h (char *
|
||||
is not the same as unsigned char *).
|
||||
|
||||
Tue Aug 8 15:13:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
|
||||
|
||||
* Makefile.in (CXX_FOR_TARGET): Don't use ${rootme}/../gcc/xgcc
|
||||
|
@ -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 ((unsigned char *));
|
||||
void (*target_output_hook) PARAMS ((char *));
|
||||
|
||||
/* Called from print_frame_info to list the line we stopped in. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user