diff options
author | Stan Shebs <shebs@codesourcery.com> | 2008-07-15 18:08:27 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2008-07-15 18:08:27 +0000 |
commit | 96e32df874f88b174fde0c5c7133a4ee50fe2154 (patch) | |
tree | f2ca59a505b29a72fb378b7e62d97ec96c35dfb0 /gdb/remote-sim.c | |
parent | ab8650a3279c2abf8586ee2dba8b092a895a566d (diff) | |
download | gdb-96e32df874f88b174fde0c5c7133a4ee50fe2154.zip gdb-96e32df874f88b174fde0c5c7133a4ee50fe2154.tar.gz gdb-96e32df874f88b174fde0c5c7133a4ee50fe2154.tar.bz2 |
* remote-sim.c (init_gdbsim_ops): Remove
TARGET_REDEFINE_DEFAULT_OPS.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index a205a32..9d014e1 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 |