diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-10 04:08:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-10 04:08:42 +0000 |
commit | cea2a194e4ba92718e1ba78b81454405a9f1a475 (patch) | |
tree | f952ee97d182eb879720387f1299ec012e7992c3 /gdb/sparclet-rom.c | |
parent | 241fcee147cf8f2e426ee99cf3cef579e3ed599d (diff) | |
download | gdb-cea2a194e4ba92718e1ba78b81454405a9f1a475.tar.gz |
* defs.h (throw_exception): Rename return_to_top_level. Update
comments.
* utils.c (error_stream, internal_verror, quit): Ditto.
* top.c (throw_exception, catcher): Ditto.
* sparclet-rom.c (sparclet_load): Ditto.
* remote.c (interrupt_query, minitelnet): Ditto.
* remote-sds.c (interrupt_query): Ditto.
* remote-mips.c (mips_error, mips_kill): Ditto.
* ocd.c (interrupt_query): Ditto.
* monitor.c (monitor_interrupt_query): Ditto.
* m3-nat.c (suspend_all_threads, thread_resume_command): Ditto.
* target.h: Update comment.
* m3-nat.c, ocd.c, sparclet-rom.c: Update copyright.
Diffstat (limited to 'gdb/sparclet-rom.c')
-rw-r--r-- | gdb/sparclet-rom.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/sparclet-rom.c b/gdb/sparclet-rom.c index 071bf89f2a2..fa2ca1ef53a 100644 --- a/gdb/sparclet-rom.c +++ b/gdb/sparclet-rom.c @@ -1,6 +1,7 @@ /* Remote target glue for the SPARC Sparclet ROM monitor. - Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001 - Free Software Foundation, Inc. + + Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Free + Software Foundation, Inc. This file is part of GDB. @@ -204,7 +205,7 @@ sparclet_load (struct serial *desc, char *file, int hashmark) pop_target (); push_remote_target (monitor_get_dev_name (), 1); - return_to_top_level (RETURN_QUIT); + throw_exception (RETURN_QUIT); } /* Define the monitor command strings. Since these are passed directly |