2002-10-01 Andrew Cagney <ac131313@redhat.com>
* rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix "vrsave"'s register number.
This commit is contained in:
parent
7c445aa3c8
commit
54c2a1e693
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-01 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): For powerpc:7400, fix
|
||||
"vrsave"'s register number.
|
||||
|
||||
2002-09-30 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* mips-tdep.c (mips_frame_saved_pc): When a generic dummy frame,
|
||||
|
|
|
@ -2793,7 +2793,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
break;
|
||||
case bfd_mach_ppc_7400:
|
||||
tdep->ppc_vr0_regnum = 119;
|
||||
tdep->ppc_vrsave_regnum = 153;
|
||||
tdep->ppc_vrsave_regnum = 152;
|
||||
tdep->ppc_ev0_regnum = -1;
|
||||
tdep->ppc_ev31_regnum = -1;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue