mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* rs6000-tdep.c (registers_602): Correct register name: "esassr"
should be "esasrr" ("ESA Save and Restore Register").
This commit is contained in:
@ -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>
|
2004-07-16 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
|
* infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
|
||||||
|
@ -2249,7 +2249,7 @@ static const struct reg registers_602[] =
|
|||||||
PPC_SEGMENT_REGS,
|
PPC_SEGMENT_REGS,
|
||||||
PPC_OEA_SPRS,
|
PPC_OEA_SPRS,
|
||||||
/* 119 */ R(hid0), R(hid1), R(iabr), R0,
|
/* 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)
|
/* 127 */ R(sebr), R(ser), R(sp), R(lt)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user