diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-08-04 17:40:31 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-08-04 17:40:31 +0000 |
commit | 7a7aed78077b45ac6495fd48474dd6031e826f55 (patch) | |
tree | de4eb6c3784a2f32f112bc9d2b776151ea776950 /include | |
parent | 3512411318c8ba01a20690d3fc79746ecfba1fec (diff) | |
download | binutils-7a7aed78077b45ac6495fd48474dd6031e826f55.zip binutils-7a7aed78077b45ac6495fd48474dd6031e826f55.tar.gz binutils-7a7aed78077b45ac6495fd48474dd6031e826f55.tar.bz2 |
gdb/ChangeLog:
2004-07-20 Jim Blandy <jimb@redhat.com>
Use a fixed register numbering when communicating with the PowerPC
simulator.
* ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
* rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
(set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
New functions.
(rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
init_sim_regno_table.
* Makefile.in (gdb_sim_ppc_h): New variable.
(rs6000-tdep.o): Update dependencies.
include/gdb/ChangeLog:
2004-07-20 Jim Blandy <jimb@redhat.com>
* sim-ppc.h: New file.
sim/ppc/ChangeLog:
2004-07-20 Jim Blandy <jimb@redhat.com>
Use a fixed register numbering when communicating with the PowerPC
simulator.
* sim_calls.c: #include "registers.h" and "gdb/sim-ppc.h"; do not
include GDB's "defs.h".
(gdb_register_name_table): New variable.
(gdb_register_name_table_size): New enum constant.
(gdb_register_name): New function.
(sim_fetch_register, sim_store_register): Use gdb_register_name,
instead of calling gdbarch_register_name.
* Makefile.in (GDB_SIM_PPC_H): New variable.
(DEFS_H): Delete variable.
(sim_calls.o): Update dependencies.
Diffstat (limited to 'include')
-rw-r--r-- | include/gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index 80a9e06..bec6ef8 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-08-04 Jim Blandy <jimb@redhat.com> + + * sim-ppc.h: New file. + 2004-06-25 J"orn Rennecke <joern.rennecke@superh.com> * callback.h (host_callback_struct): Replace members fdopen and |