mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
* rs6000-tdep.c (registers_602): Correct register name: "esassr"
should be "esasrr" ("ESA Save and Restore Register").
This commit is contained in:
parent
7ce450bd0c
commit
c101bc14b1
@ -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
|
||||
|
@ -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)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user