Commit b34126ed by Nick Clifton Committed by Nick Clifton

* config/fr30/fr30.h (IRA_COVER_CLASSES): Define.

From-SVN: r139719
parent 728a0142
2008-08-28 Nick Clifton <nickc@redhat.com> 2008-08-28 Nick Clifton <nickc@redhat.com>
* config/fr30/fr30.h (IRA_COVER_CLASSES): Define.
* config/m32r/m32r.h (IRA_COVER_CLASSES): Define. * config/m32r/m32r.h (IRA_COVER_CLASSES): Define.
2008-08-28 Paul Brook <paul@codesourcery.com> 2008-08-28 Paul Brook <paul@codesourcery.com>
......
/*{{{ Comment. */ /*{{{ Comment. */
/* Definitions of FR30 target. /* Definitions of FR30 target.
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008
Free Software Foundation, Inc. Free Software Foundation, Inc.
Contributed by Cygnus Solutions. Contributed by Cygnus Solutions.
...@@ -282,6 +282,11 @@ enum reg_class ...@@ -282,6 +282,11 @@ enum reg_class
#define GENERAL_REGS REAL_REGS #define GENERAL_REGS REAL_REGS
#define N_REG_CLASSES ((int) LIM_REG_CLASSES) #define N_REG_CLASSES ((int) LIM_REG_CLASSES)
#define IRA_COVER_CLASSES \
{ \
REAL_REGS, MULTIPLY_64_REG, LIM_REG_CLASSES \
}
/* An initializer containing the names of the register classes as C string /* An initializer containing the names of the register classes as C string
constants. These names are used in writing some of the debugging dumps. */ constants. These names are used in writing some of the debugging dumps. */
#define REG_CLASS_NAMES \ #define REG_CLASS_NAMES \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment