From: Stan Shebs Date: Tue, 15 Jul 2008 18:08:27 +0000 (+0000) Subject: * remote-sim.c (init_gdbsim_ops): Remove X-Git-Tag: sid-snapshot-20080801~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e32df874f88b174fde0c5c7133a4ee50fe2154;p=thirdparty%2Fbinutils-gdb.git * remote-sim.c (init_gdbsim_ops): Remove TARGET_REDEFINE_DEFAULT_OPS. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 24f247a0218..987617e1754 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2008-07-14 Stan Shebs + + * remote-sim.c (init_gdbsim_ops): Remove + TARGET_REDEFINE_DEFAULT_OPS. + 2008-07-15 Daniel Jacobowitz * findvar.c (read_var_value): Remove unused variable. diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index a205a3254d0..9d014e16dff 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -926,10 +926,6 @@ init_gdbsim_ops (void) gdbsim_ops.to_has_registers = 1; gdbsim_ops.to_has_execution = 1; gdbsim_ops.to_magic = OPS_MAGIC; - -#ifdef TARGET_REDEFINE_DEFAULT_OPS - TARGET_REDEFINE_DEFAULT_OPS (&gdbsim_ops); -#endif } void