summaryrefslogtreecommitdiff
path: root/gdb/sim-regno.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-29 16:39:56 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-29 16:39:56 +0000
commit0b6a2b5d50aa52f9df12fa1392134dd22f1eaaf1 (patch)
treedfe1593100e7d7ba62dd47535d454fab7c3617d0 /gdb/sim-regno.h
parent969d24233c8d0ae64d221ae235ed1b8cb0aef4a8 (diff)
downloadgdb-0b6a2b5d50aa52f9df12fa1392134dd22f1eaaf1.tar.gz
* Makefile.in (arch-utils.o): Add $(sim_regno_h).
* arch-utils.c: Include "sim-regno.h". * gdbarch.sh: Don't include "sim-regno.h". * gdbarch.h, gdbarch.c: Regenerate. * sim-regno.h (legacy_register_sim_regno): Move declaration from here. * arch-utils.h (legacy_register_sim_regno): To here. * remote-sim.c (legacy_register_sim_regno): Move function from here. * arch-utils.c (legacy_register_sim_regno): To here.
Diffstat (limited to 'gdb/sim-regno.h')
-rw-r--r--gdb/sim-regno.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h
index 7791ac4c360..5a7057b6b04 100644
--- a/gdb/sim-regno.h
+++ b/gdb/sim-regno.h
@@ -38,11 +38,6 @@ enum sim_regno {
LEGACY_SIM_REGNO_IGNORE = -2
};
-/* For compatibility with older architectures, returns
- (LEGACY_SIM_REGNO_IGNORE) when a register doesn't have. */
-
-extern int legacy_register_sim_regno (int regnum);
-
/* Treat all raw registers as valid. */
extern int one2one_register_sim_regno (int regnum);