This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix DJGPP register numbering with COFF and stabs debug info
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Ulrich Weigand <uweigand at de dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 29 May 2009 14:39:20 +0300
- Subject: Re: [RFA] Fix DJGPP register numbering with COFF and stabs debug info
- References: <200905251316.n4PDG0E8017258@d12av02.megacenter.de.ibm.com>
- Reply-to: Eli Zaretskii <eliz at gnu dot org>
> Date: Mon, 25 May 2009 15:16:00 +0200 (CEST)
> From: "Ulrich Weigand" <uweigand@de.ibm.com>
> Cc: gdb-patches@sourceware.org
>
> Eli Zaretskii wrote:
>
> > The default register numbering for COFF and stabs is wrong for DJGPP
> > native debugging, since the native compiler is GCC. This patch fixes
> > that.
> >
> > OK to commit?
> >
> > 2009-05-23 Eli Zaretskii <eliz@gnu.org>
> >
> > * i386-tdep.c (i386_go32_init_abi): Use SVR4 register numbering
> > for stabs and COFF debug info.
>
> Looks OK to me.
Thanks, committed.