summaryrefslogtreecommitdiff
path: root/gdb/config/d10v
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
commitf03c32ed9258a7b6798b65b5dd29ad08de1abd87 (patch)
tree2a74770c14790afaf8ca821d95d0e8c574d922b0 /gdb/config/d10v
parent1f78a53b3804a3eb9be72f36b2d7311a61205e2b (diff)
downloadgdb-f03c32ed9258a7b6798b65b5dd29ad08de1abd87.tar.gz
Multi-arch REGISTER_SIM_REGNO. Update d10v.
Diffstat (limited to 'gdb/config/d10v')
-rw-r--r--gdb/config/d10v/tm-d10v.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h
index 44c8c7cd544..e073425d0f9 100644
--- a/gdb/config/d10v/tm-d10v.h
+++ b/gdb/config/d10v/tm-d10v.h
@@ -1,5 +1,5 @@
/* Target-specific definition for the Mitsubishi D10V
- Copyright (C) 1996,1999 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
This file is part of GDB.
@@ -22,7 +22,4 @@
#define GDB_MULTI_ARCH 1
-extern int d10v_register_sim_regno (int reg);
-#define REGISTER_SIM_REGNO(NR) d10v_register_sim_regno((NR))
-
#define NO_EXTRA_ALIGNMENT_NEEDED 1