summaryrefslogtreecommitdiff
path: root/gdb/sim-regno.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-06-12 16:47:06 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-06-12 16:47:06 +0000
commitbfc79488bb1e125f5ac81e32e6265bb44c127b10 (patch)
treebc79a973acbac0dc93f675ad6701b265b7101629 /gdb/sim-regno.h
parent761167035a5b55455d7fb0f634b78448402b5e15 (diff)
downloadgdb-bfc79488bb1e125f5ac81e32e6265bb44c127b10.tar.gz
2007-06-12 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (REGISTER_SIM_REGNO): Replace by gdbarch_register_sim_regno. * sim-regno.h (sim_regno): Likewise (comment). * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Likewise. * gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/sim-regno.h')
-rw-r--r--gdb/sim-regno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h
index 974c96590d7..dfa9a8b02ac 100644
--- a/gdb/sim-regno.h
+++ b/gdb/sim-regno.h
@@ -24,7 +24,7 @@
#ifndef SIM_REGNO_H
#define SIM_REGNO_H
-/* The REGISTER_SIM_REGNO(REGNUM) method, when there is a
+/* The gdbarch_register_sim_regno (REGNUM) method, when there is a
corresponding simulator register, returns that register number as a
cardinal. When there is no corresponding register, it returns a
negative value. */