This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Mar 31, 2005 at 05:36:10PM +0200, Olivier Hainque wrote: > What is your take on the DWARF_FRAME_REGNUM related adjustment ? > > The initial suggestion was to redefine as > > #define DWARF_FRAME_REGNUM(REGNO) \ > ((REGNO) <= FP_REG_LAST ? (REGNO) : INVALID_REGNUM) I don't really see a need for it. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |