aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-08-02 11:05:50 +0000
committerAndrew Cagney <cagney@redhat.com>2000-08-02 11:05:50 +0000
commit7c7651b2d060887a0feadc50f525a8dfa5c24611 (patch)
tree557ed39ef3a4c117ebed2e01ee707888d34d0eb6 /gdb/remote-sim.c
parent8e2481732f9f81db319019e749a74dab370c0f0c (diff)
downloadfsf-binutils-gdb-7c7651b2d060887a0feadc50f525a8dfa5c24611.zip
fsf-binutils-gdb-7c7651b2d060887a0feadc50f525a8dfa5c24611.tar.gz
fsf-binutils-gdb-7c7651b2d060887a0feadc50f525a8dfa5c24611.tar.bz2
Multi-arch REGISTER_SIM_REGNO. Update d10v.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index c992e9a..d02b1ba 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -270,10 +270,6 @@ gdb_os_error (host_callback * p, const char *format,...)
}
}
-#ifndef REGISTER_SIM_REGNO
-#define REGISTER_SIM_REGNO(N) (N)
-#endif
-
static void
gdbsim_fetch_register (int regno)
{