This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] MIPS: Provide DWARF 2 mappings for HI, LO, and HILO
On Mar 28, 4:56pm, Richard Henderson wrote:
> On Thu, Mar 27, 2003 at 10:32:10PM -0700, Kevin Buettner wrote:
> > * config/mips/mips.c (override_optioins): Provide mappings for
> > HI_REGNUM, LO_REGNUM, and HILO_REGNUM.
>
> HILO_REGNUM had better not show up in debug output. Indeed,
> I hope that we can get rid of this mistake on rewrite-branch.
Should I revise the patch so that it only adds mappings for HI_REGNUM and
LO_REGNUM?
Kevin