* RFA: correct PowerPC 602 SPR register name
@ 2004-07-15 19:26 Jim Blandy
2004-07-15 22:59 ` Kevin Buettner
0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2004-07-15 19:26 UTC (permalink / raw)
To: gdb-patches
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)
};
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-16 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-15 19:26 RFA: correct PowerPC 602 SPR register name Jim Blandy
2004-07-15 22:59 ` Kevin Buettner
2004-07-16 20:53 ` Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox