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: correct PowerPC 602 SPR register name


2004-07-15  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (registers_602): Correct register name: "esassr"
	should be "esasrr" ("ESA Save and Restore Register").
	
Index: gdb/rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.219
diff -c -p -r1.219 rs6000-tdep.c
*** gdb/rs6000-tdep.c	15 Jul 2004 08:02:36 -0000	1.219
--- gdb/rs6000-tdep.c	15 Jul 2004 19:25:05 -0000
*************** static const struct reg registers_602[] 
*** 2249,2255 ****
    PPC_SEGMENT_REGS,
    PPC_OEA_SPRS,
    /* 119 */ R(hid0), R(hid1), R(iabr), R0,
!   /* 123 */ R0, R(tcr), R(ibr), R(esassr),
    /* 127 */ R(sebr), R(ser), R(sp), R(lt)
  };
  
--- 2249,2255 ----
    PPC_SEGMENT_REGS,
    PPC_OEA_SPRS,
    /* 119 */ R(hid0), R(hid1), R(iabr), R0,
!   /* 123 */ R0, R(tcr), R(ibr), R(esasrr),
    /* 127 */ R(sebr), R(ser), R(sp), R(lt)
  };
  


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