summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.h
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/arch-utils.h
parent1f78a53b3804a3eb9be72f36b2d7311a61205e2b (diff)
downloadgdb-f03c32ed9258a7b6798b65b5dd29ad08de1abd87.tar.gz
Multi-arch REGISTER_SIM_REGNO. Update d10v.
Diffstat (limited to 'gdb/arch-utils.h')
-rw-r--r--gdb/arch-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/arch-utils.h b/gdb/arch-utils.h
index 1a147da49cb..615cc5b0c9b 100644
--- a/gdb/arch-utils.h
+++ b/gdb/arch-utils.h
@@ -88,4 +88,9 @@ 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);
+
#endif