aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-29 01:51:17 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-29 01:51:17 +0000
commit8238d0bfe4d770d195cd52f15454835570a53b78 (patch)
tree84436dd91e32b8f32be8e0ea70fa3b6fe04d513f /gdb/arch-utils.h
parent4c7aad1c75fd97eaf8b4ea952f59b56b38b133aa (diff)
downloadfsf-binutils-gdb-8238d0bfe4d770d195cd52f15454835570a53b78.zip
fsf-binutils-gdb-8238d0bfe4d770d195cd52f15454835570a53b78.tar.gz
fsf-binutils-gdb-8238d0bfe4d770d195cd52f15454835570a53b78.tar.bz2
* sim-regno.h: New file.
* Makefile.in (sim_regno_h): Define. (d10v-tdep.o, remote-sim.o): Add dependency on $(sim_regno_h). * remote-sim.c: Include "sim-regno.h" and "gdb_assert.h". (legacy_register_sim_regno): New function. (one2one_register_sim_regno): New function. (gdbsim_fetch_register): Rewrite. (gdbsim_store_register): Only store a register when REGISTER_SIM_REGNO is valid. * d10v-tdep.c: Include "sim-regno.h". (d10v_ts2_register_sim_regno): Add legacy_regiter_sim_regno check. (d10v_ts3_register_sim_regno): Ditto. * gdbarch.sh: Include "sim-regno.h". (REGISTER_SIM_REGNO): Set default to legacy_register_sim_regno. * gdbarch.h, gdbarch.c: Regenerate. * arch-utils.h (default_register_sim_regno): Delete declaration. * arch-utils.c (default_register_sim_regno): Delete function.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 594a832..f4b2d02 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -94,11 +94,6 @@ extern void set_architecture_from_arch_mach (enum bfd_architecture, unsigned lon
extern int (*target_architecture_hook) (const struct bfd_arch_info *);
-
-/* Default raw->sim register re-numbering - does nothing. */
-
-extern int default_register_sim_regno (int reg_nr);
-
/* Identity function on a CORE_ADDR. Just returns its parameter. */
extern CORE_ADDR core_addr_identity (CORE_ADDR addr);