2004-06-28 Andrew Cagney * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24 change - add back extern deprecated_ui_loop_hook declaration. Index: rdi-share/ardi.c =================================================================== RCS file: /cvs/src/src/gdb/rdi-share/ardi.c,v retrieving revision 1.5 diff -p -u -r1.5 ardi.c --- rdi-share/ardi.c 25 Jun 2004 19:46:08 -0000 1.5 +++ rdi-share/ardi.c 29 Jun 2004 00:59:07 -0000 @@ -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;