summaryrefslogtreecommitdiffstats
path: root/gdb/main.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 03:05:15 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-12-31 03:05:15 +0000
commit96e5f1615098b7cf7a528b03c097e81ee807b115 (patch)
tree2e49a19d7977c8f818c5a7ceb7ce9a6d506a7a9c /gdb/main.c
parente450eb45f5e0022e49fddbb9046a964253e5c446 (diff)
downloadppe42-binutils-96e5f1615098b7cf7a528b03c097e81ee807b115.tar.gz
ppe42-binutils-96e5f1615098b7cf7a528b03c097e81ee807b115.zip
* remote-mips.c (mips_error): New function.
* remote-mips.c: Use it instead of error() most places. * remote-mips.c (mips_receive_packet): New arg throw_error. (mips_initialize): Use it not catch_errors. * defs.h: Declare error_pre_print and warning_pre_print here... * main.c: ...not here.
Diffstat (limited to 'gdb/main.c')
-rw-r--r--gdb/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/main.c b/gdb/main.c
index 3dce043b07..c5cfa38dd9 100644
--- a/gdb/main.c
+++ b/gdb/main.c
@@ -186,14 +186,6 @@ extern char *host_canonical;
extern char *target_canonical;
-/* Message to be printed before the error message, when an error occurs. */
-
-extern char *error_pre_print;
-
-/* Message to be printed before the warning message, when a warning occurs. */
-
-extern char *warning_pre_print;
-
extern char lang_frame_mismatch_warn[]; /* language.c */
/* Flag for whether we want all the "from_tty" gubbish printed. */
OpenPOWER on IntegriCloud