This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Fix DWARF FP register numbering on the SPARC
- From: David Miller <davem at davemloft dot net>
- To: ebotcazou at adacore dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 25 Jan 2009 21:27:09 -0800 (PST)
- Subject: Re: Fix DWARF FP register numbering on the SPARC
- References: <200901242152.21948.ebotcazou@adacore.com>
From: Eric Botcazou <ebotcazou@adacore.com>
Date: Sat, 24 Jan 2009 21:52:21 +0100
> This is a follow-up to
> http://gcc.gnu.org/ml/gcc/2009-01/msg00303.html
> and removes all traces of DBX_REGISTER_NUMBER from the config/sparc directory,
> thus resetting the default numbering expected by GDB on the SPARC.
>
> Tested by visual inspection on SPARC/Linux and Solaris, applied everywhere.
Thanks a lot for fixing this Eric.