aboutsummaryrefslogtreecommitdiff
path: root/gdb/wince.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-11-12 21:43:55 +0000
committerDaniel Jacobowitz <drow@false.org>2002-11-12 21:43:55 +0000
commit0f3fafde6899e89047cd0b318e9ee2e86cf7b134 (patch)
tree908f2551137f486e428076e5fd88eb1efeea1a1a /gdb/wince.c
parent82c0260ec6f9752dbfdf30154e0eeca706f0d5bd (diff)
downloadfsf-binutils-gdb-0f3fafde6899e89047cd0b318e9ee2e86cf7b134.zip
fsf-binutils-gdb-0f3fafde6899e89047cd0b318e9ee2e86cf7b134.tar.gz
fsf-binutils-gdb-0f3fafde6899e89047cd0b318e9ee2e86cf7b134.tar.bz2
* gnu-nat.c (init_gnu_ops): Remove NULL initializations.
* monitor.c (init_base_monitor_ops): Likewise. * ppc-bdm.c (init_bdm_ppc_ops): Likewise. * remote-array.c (init_array_ops): Likewise. * remote-e7000.c (init_e7000_ops): Likewise. * remote-es.c (init_es1800_ops): Likewise. (init_es1800_child_ops): Likewise. * remote-rdp.c (init_remote_rdp_ops): Likewise. * remote-sim.c (init_gdbsim_ops): Likewise. * remote-st.c (init_st2000_ops): Likewise. * sol-thread.c (init_sol_core_ops): Likewise. (init_sol_thread_ops): Likewise. * v850ice.c (init_850ice_ops): Likewise. * win32-nat.c (init_child_ops): Likewise. * wince.c (init_child_ops): Likewise.
Diffstat (limited to 'gdb/wince.c')
-rw-r--r--gdb/wince.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/wince.c b/gdb/wince.c
index 15138b8..322564e 100644
--- a/gdb/wince.c
+++ b/gdb/wince.c
@@ -1924,8 +1924,6 @@ init_child_ops (void)
child_ops.to_has_stack = 1;
child_ops.to_has_registers = 1;
child_ops.to_has_execution = 1;
- child_ops.to_sections = 0;
- child_ops.to_sections_end = 0;
child_ops.to_magic = OPS_MAGIC;
}