aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-08-08 18:01:46 +0000
committerJeff Law <law@redhat.com>1995-08-08 18:01:46 +0000
commit7aaec27bc740ff6c5a1377744ec0faac6edca74a (patch)
treec9628eb826f8ff242dade86d3936bb9da2864063 /gdb
parent842bdf8ce14f946376854c324d66f28b0cfcad76 (diff)
downloadgdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.zip
gdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.tar.gz
gdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.tar.bz2
* top.c (target_output_hook): Make declaration match the one
in defs.h.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/top.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index af5da16..28ab8e7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/top.c b/gdb/top.c
index 57e53e6..766b240 100644
--- a/gdb/top.c
+++ b/gdb/top.c
@@ -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. */