diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-19 21:15:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-19 21:15:44 +0000 |
commit | 315a522ef2ae8795eef052cf2ab94eb973e24424 (patch) | |
tree | fb064cb53ef0fbffa8b857fc54112b874c8bcffd /gdb/remote-fileio.c | |
parent | a892c31bde881e708e4d4e7b2b50d4f4f8169e2f (diff) | |
download | gdb-315a522ef2ae8795eef052cf2ab94eb973e24424.zip gdb-315a522ef2ae8795eef052cf2ab94eb973e24424.tar.gz gdb-315a522ef2ae8795eef052cf2ab94eb973e24424.tar.bz2 |
2005-01-19 Andrew Cagney <cagney@gnu.org>
* exceptions.h (deprecated_throw_reason): Rename throw_reason.
* exceptions.c (deprecated_throw_reason): Rename throw_reason.
* utils.c (internal_verror, quit): Update.
* remote-sds.c (interrupt_query): Update.
* remote-mips.c (mips_error, mips_kill): Update.
* remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Update.
* remote.c (interrupt_query): Update.
* ocd.c (interrupt_query): Update.
* nto-procfs.c (interrupt_query): Update.
* monitor.c (monitor_interrupt_query): Update.
* breakpoint.c (break_command_1): Update.
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index 9e6cc3f..2ffc803 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -480,7 +480,7 @@ remote_fileio_ctrl_c_signal_handler (int signo) remote_fileio_sig_set (SIG_IGN); remote_fio_ctrl_c_flag = 1; if (!remote_fio_no_longjmp) - throw_reason (RETURN_QUIT); + deprecated_throw_reason (RETURN_QUIT); remote_fileio_sig_set (remote_fileio_ctrl_c_signal_handler); } |