From eba086437576856c461ab5ae181277236dba005a Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Wed, 17 May 1995 23:13:26 +0000 Subject: * monitor.c (monitor_printf): Changed format specification in error message to work with pre-ansi compilers. (monitor_load_srec): reduced length of s-records from 128 to 32 bytes so download is more reliable with the rom68k monitor. * rom68k-rom.c: Added trailing space to prompt string. * config/i386/xm-i386sco.h (HAVE_STRSTR): Removed. * config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING): Removed. * defs.h, config/{xm-lynx.h, xm-nbsd.h}, config/i386/{xm-i386bsd.h, xm-linux.h}, config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h, config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo (PSIGNAL_IN_SIGNAL_H): Removed. --- gdb/defs.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 9bce3c4..25c6fbc 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -266,7 +266,7 @@ extern char *re_comp PARAMS ((const char *)); extern void symbol_file_command PARAMS ((char *, int)); -/* From main.c */ +/* From top.c */ extern char *skip_quoted PARAMS ((char *)); @@ -278,6 +278,8 @@ extern void print_prompt PARAMS ((void)); extern int input_from_terminal_p PARAMS ((void)); +extern int info_verbose; + /* From printcmd.c */ extern void set_next_address PARAMS ((CORE_ADDR)); @@ -587,10 +589,6 @@ extern char *getenv PARAMS ((const char *)); /* From other system libraries */ -#ifndef PSIGNAL_IN_SIGNAL_H -extern void psignal PARAMS ((unsigned, const char *)); -#endif - #ifdef __STDC__ #include #include @@ -837,8 +835,6 @@ extern int (*target_wait_hook) PARAMS ((int pid, extern void (*call_command_hook) PARAMS ((struct cmd_list_element *c, char *cmd, int from_tty)); -extern NORETURN void (*error_hook) PARAMS (()); - /* Inhibit window interface if non-zero. */ extern int use_windows; -- cgit v1.1