From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: fix register numbering on PPC Date: Fri, 28 May 2004 15:36:00 -0000 Message-id: <20040528083640.6de938f1@saguaro> References: X-SW-Source: 2004-05/msg00768.html On 27 May 2004 21:27:08 -0500 Jim Blandy wrote: > This addresses the FIXME at the end of the current > rs6000_dwarf2_stab_reg_to_regnum function. > > 2004-05-26 Jim Blandy > > * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted. > (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New > functions, updated to match the register numberings used in GCC. > (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and > rs6000_dwarf2_reg_to_regnum as register number conversions > functions for STABS and Dwarf2. Okay. Kevin