From dfd5341354f3512b0bd01342d29219389757ecef Mon Sep 17 00:00:00 2001 From: jimb Date: Fri, 16 Jul 2004 20:54:29 +0000 Subject: [PATCH] * 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.) --- gdb/ChangeLog | 8 ++++++++ gdb/ppc-tdep.h | 9 ++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eb49789aee..9ec8301f0d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2004-07-16 Jim Blandy + * 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"). diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h index a64579253b..7f8b2b146e 100644 --- a/gdb/ppc-tdep.h +++ b/gdb/ppc-tdep.h @@ -241,6 +241,7 @@ enum ppc_spr_sprg1 = 273, ppc_spr_sprg2 = 274, ppc_spr_sprg3 = 275, + ppc_spr_asr = 280, ppc_spr_ear = 282, ppc_spr_tbl = 284, ppc_spr_tbu = 285, @@ -283,13 +284,19 @@ enum ppc_spr_m_casid = 793, ppc_spr_md_ap = 794, ppc_spr_md_epn = 795, - ppc_spr_md_twb = 796, + ppc_spr_m_twb = 796, ppc_spr_md_twc = 797, ppc_spr_md_rpn = 798, ppc_spr_m_tw = 799, + ppc_spr_mi_dbcam = 816, + ppc_spr_mi_dbram0 = 817, + ppc_spr_mi_dbram1 = 818, ppc_spr_md_dbcam = 824, + ppc_spr_md_cam = 824, ppc_spr_md_dbram0 = 825, + ppc_spr_md_ram0 = 825, ppc_spr_md_dbram1 = 826, + ppc_spr_md_ram1 = 826, ppc_spr_ummcr0 = 936, ppc_spr_upmc1 = 937, ppc_spr_upmc2 = 938, -- 2.11.0