From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: kettenis@wins.uva.nl Cc: gdb-patches@sources.redhat.com, jtc@redback.com, nsd@cygnus.com, Peter.Schauer@regent.e-technik.tu-muenchen.de Subject: Re: [PATCH] Implement i386 register renumbering Date: Sat, 28 Jul 2001 12:17:00 -0000 Message-id: <200107281904.PAA01393@delorie.com> References: <200107281724.f6SHOR519103@delius.kettenis.local> X-SW-Source: 2001-07/msg00692.html > Date: Sat, 28 Jul 2001 19:24:27 +0200 > From: Mark Kettenis > > Index: ChangeLog > from Mark Kettenis > > * config/i386/tm-i386.h (STAB_REG_TO_REGNUM, SDB_REG_TO_REGNUM, > DWARF_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM): New defines. > (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): New > prototypes. > * config/i386/tm-fbsd.h, config/i386/tm-i386gnu.h, > config/i386/tm-linux.h (STAB_REG_TO_REGNUM): Redefine to call > i386_dwarf_reg_to_regnum. > * i386-tdep.c (i386_stab_reg_to_regnum, i386_dwarf_reg_to_regnum): > New functions. Mark, it seems you forgot to include the patch to tm-i386.h as per the above ChageLog entry.