* rs6000-tdep.c (registers_602): Correct register name: "esassr"

should be "esasrr" ("ESA Save and Restore Register").
This commit is contained in:
Jim Blandy 2004-07-16 20:53:06 +00:00
parent 7ce450bd0c
commit c101bc14b1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-07-16 Jim Blandy <jimb@redhat.com>
* rs6000-tdep.c (registers_602): Correct register name: "esassr"
should be "esasrr" ("ESA Save and Restore Register").
2004-07-16 Andrew Cagney <cagney@gnu.org>
* infrun.c (insert_step_resume_breakpoint): Delete gdb_assert

View File

@ -2249,7 +2249,7 @@ static const struct reg registers_602[] =
PPC_SEGMENT_REGS,
PPC_OEA_SPRS,
/* 119 */ R(hid0), R(hid1), R(iabr), R0,
/* 123 */ R0, R(tcr), R(ibr), R(esassr),
/* 123 */ R0, R(tcr), R(ibr), R(esasrr),
/* 127 */ R(sebr), R(ser), R(sp), R(lt)
};