diff options
author | Michael Chastain <mec@google.com> | 2000-12-08 01:52:41 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2000-12-08 01:52:41 +0000 |
commit | 7c721b2a2a3499fbe6559ddd2ec5910983171ed4 (patch) | |
tree | 34f78d84d5be6f355371da45392613adcb7c1f54 /sim/ppc/ChangeLog | |
parent | df38a86eec9c83314d6f859af839a7fe3aa1881a (diff) | |
download | gdb-7c721b2a2a3499fbe6559ddd2ec5910983171ed4.zip gdb-7c721b2a2a3499fbe6559ddd2ec5910983171ed4.tar.gz gdb-7c721b2a2a3499fbe6559ddd2ec5910983171ed4.tar.bz2 |
2000-11-15 Jim Blandy <jimb@redhat.com>
* sim_calls.c: Doc fix.
(sim_fetch_register, sim_store_register): Call
gdbarch_register_name directly, instead of going through
REGISTER_NAME macro.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r-- | sim/ppc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 7e7f8bd..48b6a72 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,10 @@ +2000-11-15 Jim Blandy <jimb@redhat.com> + + * sim_calls.c: Doc fix. + (sim_fetch_register, sim_store_register): Call + gdbarch_register_name directly, instead of going through + REGISTER_NAME macro. + 2000-10-24 Geoff Keating <geoffk@cygnus.com> * ppc-instructions (lfsux): Correct XO field of lfsux instruction. |