* remote-sim.c (init_gdbsim_ops): Remove
authorStan Shebs <shebs@codesourcery.com>
Tue, 15 Jul 2008 18:08:27 +0000 (18:08 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 15 Jul 2008 18:08:27 +0000 (18:08 +0000)
TARGET_REDEFINE_DEFAULT_OPS.

gdb/ChangeLog
gdb/remote-sim.c

index 24f247a0218e7a82dbc36c2438edf43498570261..987617e17543aa3c9a887158c1331f4cf8cc6d67 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       * remote-sim.c (init_gdbsim_ops): Remove
+       TARGET_REDEFINE_DEFAULT_OPS.
+
 2008-07-15  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * findvar.c (read_var_value): Remove unused variable.
index a205a3254d081d5561980e540d67b1eb48dfe693..9d014e16dff3897b6de370ff98234c9bcf74fbc7 100644 (file)
@@ -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