diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-12 16:47:06 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-12 16:47:06 +0000 |
commit | 474c1661763ea406e7b76ba49718330a6b8ade94 (patch) | |
tree | c266e0b1b85517c1d9b00e47509e8f8c0c544291 /gdb/sim-regno.h | |
parent | c7bb205ca90c54c3a99aa42dc9aa21872347690b (diff) | |
download | gdb-474c1661763ea406e7b76ba49718330a6b8ade94.zip gdb-474c1661763ea406e7b76ba49718330a6b8ade94.tar.gz gdb-474c1661763ea406e7b76ba49718330a6b8ade94.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sim-regno.h b/gdb/sim-regno.h index 974c965..dfa9a8b 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. */ |