diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-29 01:01:32 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-29 01:01:32 +0000 |
commit | 1daf35d9841e3ebe943c954979bd2f65f92557f9 (patch) | |
tree | 8da2e1abd24898686a8075721fcfcf7eced457dd /gdb/rdi-share | |
parent | 0aaa4a81b0dff39524ca3d3e69cc824c550b9d15 (diff) | |
download | gdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.zip gdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.tar.gz gdb-1daf35d9841e3ebe943c954979bd2f65f92557f9.tar.bz2 |
2004-06-28 Andrew Cagney <cagney@gnu.org>
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
change - add back extern deprecated_ui_loop_hook declaration.
Diffstat (limited to 'gdb/rdi-share')
-rw-r--r-- | gdb/rdi-share/ardi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/rdi-share/ardi.c b/gdb/rdi-share/ardi.c index 598d9a9..dead319 100644 --- a/gdb/rdi-share/ardi.c +++ b/gdb/rdi-share/ardi.c @@ -1353,6 +1353,7 @@ void angel_RDI_stop_request(void) static int angel_RDI_ExecuteOrStep(PointHandle *handle, word type, unsigned ninstr) { + extern int (*deprecated_ui_loop_hook) (int); int err; adp_stopped_struct stopped_info; void* stateptr = (void *)&stopped_info; |