OSDN Git Service

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 51d6b36..d8e74d8 100644 (file)
@@ -1,5 +1,10 @@
 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
        xstrprintf.
        * varobj.c (varobj_gen_name, create_child, c_name_of_child)
index 268532c..d4b2cb3 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;