diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
commit | 11c949aaae4b4cc30283a917133a485800514ecb (patch) | |
tree | 74a3d0db5336de350ede8b500d7816a651dccc99 /gdb/rdi-share | |
parent | eaabf820465f0697c9d7187c372ca243da8a235c (diff) | |
download | gdb-11c949aaae4b4cc30283a917133a485800514ecb.zip gdb-11c949aaae4b4cc30283a917133a485800514ecb.tar.gz gdb-11c949aaae4b4cc30283a917133a485800514ecb.tar.bz2 |
2004-06-24 Andrew Cagney <cagney@gnu.org>
* defs.h (post_add_symbol_hook, pre_add_symbol_hook)
(ui_loop_hook, selected_frame_level_changed_hook): Declare.
* wince.c (ui_loop_hook): Delete extern declaration.
* win32-nat.c (ui_loop_hook): Delete extern declaration..
* v850ice.c (ui_loop_hook): Delete extern declaration..
* ser-unix.c (ui_loop_hook): Delete extern declaration..
* ser-tcp.c (ui_loop_hook): Delete extern declaration..
* remote-sim.c (ui_loop_hook): Delete extern declaration..
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
ui_loop_hook declaration.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r-- | gdb/rdi-share/ardi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/rdi-share/ardi.c b/gdb/rdi-share/ardi.c index 3d17669..d7092dd 100644 --- a/gdb/rdi-share/ardi.c +++ b/gdb/rdi-share/ardi.c @@ -1353,7 +1353,6 @@ void angel_RDI_stop_request(void) static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type, unsigned ninstr) { - extern int (*ui_loop_hook) (int); int err; adp_stopped_struct stopped_info; void* stateptr = (void *)&stopped_info; |