mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 18:10:46 +00:00
* rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
bfd_mach_ppc has no segment registers.
This commit is contained in:
@@ -2935,6 +2935,7 @@ rs6000_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
switch (v->mach)
|
||||
{
|
||||
case bfd_mach_ppc:
|
||||
tdep->ppc_sr0_regnum = -1;
|
||||
tdep->ppc_vr0_regnum = 71;
|
||||
tdep->ppc_vrsave_regnum = 104;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user