2004-06-28 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 29 Jun 2004 01:01:32 +0000 (01:01 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 29 Jun 2004 01:01:32 +0000 (01:01 +0000)
* rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
change - add back extern deprecated_ui_loop_hook declaration.

gdb/ChangeLog
gdb/rdi-share/ardi.c

index 51d6b3647f654ebbbe6d69c7aaaebb4406f3dac5..d8e74d87ac6990e84823077b0d6fc318abcd4cbd 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2004-06-28  Andrew Cagney  <cagney@gnu.org>
 
        * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
index 598d9a95160a268229b71a6081245f24c1b53679..dead31987508161448b7412bd4b9ad4639f59a26 100644 (file)
@@ -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;