This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: miscellaneous SPR number fixes


2004-07-15  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.)

Index: gdb/ppc-tdep.h
===================================================================
RCS file: /cvs/src/src/gdb/ppc-tdep.h,v
retrieving revision 1.42
diff -c -p -r1.42 ppc-tdep.h
*** gdb/ppc-tdep.h	15 Jul 2004 08:02:36 -0000	1.42
--- gdb/ppc-tdep.h	15 Jul 2004 19:37:54 -0000
*************** enum
*** 241,246 ****
--- 241,247 ----
      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,
*************** enum
*** 283,295 ****
      ppc_spr_m_casid   =  793,
      ppc_spr_md_ap     =  794,
      ppc_spr_md_epn    =  795,
!     ppc_spr_md_twb    =  796,
      ppc_spr_md_twc    =  797,
      ppc_spr_md_rpn    =  798,
      ppc_spr_m_tw      =  799,
      ppc_spr_md_dbcam  =  824,
      ppc_spr_md_dbram0 =  825,
      ppc_spr_md_dbram1 =  826,
      ppc_spr_ummcr0    =  936,
      ppc_spr_upmc1     =  937,
      ppc_spr_upmc2     =  938,
--- 284,302 ----
      ppc_spr_m_casid   =  793,
      ppc_spr_md_ap     =  794,
      ppc_spr_md_epn    =  795,
!     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,


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]