diff options
author | Jim Blandy <jimb@codesourcery.com> | 2004-07-16 20:54:29 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2004-07-16 20:54:29 +0000 |
commit | 4d90a3449852ec267c63c69e6c96e4860bdd9df1 (patch) | |
tree | a31d4df3ec39c916df439d0e464f61288f68657e /gdb/ChangeLog | |
parent | cf9029fa27eb95aa79c6be43132b8eed8dbffbab (diff) | |
download | gdb-4d90a3449852ec267c63c69e6c96e4860bdd9df1.tar.gz |
* ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
(ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
(ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
missing MPC823 SPRs.
(ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
incorrect. (This was corrected in GDB's register name tables on
2004-07-14.)
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb49789aee6..9ec8301f0d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2004-07-16 Jim Blandy <jimb@redhat.com> + * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR. + (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1) + (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add + missing MPC823 SPRs. + (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was + incorrect. (This was corrected in GDB's register name tables on + 2004-07-14.) + * rs6000-tdep.c (registers_602): Correct register name: "esassr" should be "esasrr" ("ESA Save and Restore Register"). |