From 98bbd631ccdf061b430ff2699ed82b92933ae937 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 25 Jun 2004 19:46:08 +0000 Subject: 2004-06-25 Andrew Cagney * defs.h (deprecated_ui_loop_hook): Deprecated. * wince.c (child_wait): Update. * win32-nat.c (child_wait): Update. * v850ice.c (v850ice_wait): Update. * top.c (deprecated_ui_loop_hook): Update. * serial.h: Update. * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar) (do_unix_readchar): Update. * ser-tcp.c (net_open): Update. * remote-sim.c (gdb_os_poll_quit): Update. * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update. --- gdb/wince.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/wince.c') diff --git a/gdb/wince.c b/gdb/wince.c index 1b883d6..02df7a6 100644 --- a/gdb/wince.c +++ b/gdb/wince.c @@ -1507,8 +1507,8 @@ child_wait (ptid_t ptid, struct target_waitstatus *ourstatus) { int detach = 0; - if (ui_loop_hook != NULL) - detach = ui_loop_hook (0); + if (deprecated_ui_loop_hook != NULL) + detach = deprecated_ui_loop_hook (0); if (detach) child_kill_inferior (); -- cgit v1.1