summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@apple.com>2008-07-15 18:08:27 +0000
committerStan Shebs <shebs@apple.com>2008-07-15 18:08:27 +0000
commit6b4cc093fedeff925d16d47bd33e02f63b00d562 (patch)
tree5c7de4c905b497a80f615d22ad36fc8eae853de9
parent30abd2e56d62e0d5ba32cbda7031a801eac1d453 (diff)
downloadgdb-6b4cc093fedeff925d16d47bd33e02f63b00d562.tar.gz
* remote-sim.c (init_gdbsim_ops): Remove
TARGET_REDEFINE_DEFAULT_OPS.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/remote-sim.c4
2 files changed, 5 insertions, 4 deletions
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 <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.
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