* rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.

This commit is contained in:
Jim Blandy 2004-04-21 16:38:07 +00:00
parent 1502569cf9
commit 13c7b1ca39
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2004-04-21 Jim Blandy <jimb@redhat.com>
* rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
2004-04-19 Daniel Jacobowitz <drow@mvista.com>
* dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):

View file

@ -1998,7 +1998,7 @@ static const struct reg registers_7400[] =
{
/* gpr0-gpr31, fpr0-fpr31 */
COMMON_UISA_REGS,
/* ctr, xre, lr, cr */
/* cr, lr, ctr, xer, fpscr */
PPC_UISA_SPRS,
/* sr0-sr15 */
PPC_SEGMENT_REGS,
@ -2019,7 +2019,7 @@ static const struct reg registers_e500[] =
R8(acc), R(spefscr),
/* NOTE: Add new registers here the end of the raw register
list and just before the first pseudo register. */
/* 39...70 */
/* 41...72 */
PPC_GPRS_PSEUDO_REGS
};