This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: PowerPC: registers_powerpc has no segment registers


2004-07-20  Jim Blandy  <jimb@redhat.com>

	* rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
	bfd_mach_ppc has no segment registers.

Index: gdb/rs6000-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/rs6000-tdep.c,v
retrieving revision 1.220
diff -c -p -r1.220 rs6000-tdep.c
*** gdb/rs6000-tdep.c	16 Jul 2004 20:53:06 -0000	1.220
--- gdb/rs6000-tdep.c	20 Jul 2004 06:55:12 -0000
*************** rs6000_gdbarch_init (struct gdbarch_info
*** 2903,2908 ****
--- 2903,2909 ----
      switch (v->mach)
        {
        case bfd_mach_ppc: 
+         tdep->ppc_sr0_regnum = -1;
  	tdep->ppc_vr0_regnum = 71;
  	tdep->ppc_vrsave_regnum = 104;
  	break;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]