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]

IQ2000: Define IRA_COVER_CLASSES


Hi Guys,

  I am checking in the patch below to define IRA_COVER_CLASSES for the
  IQ2000 target.

Cheers
  Nick

gcc/ChangeLog
2008-08-28  Nick Clifton  <nickc@redhat.com>

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

Index: gcc/config/iq2000/iq2000.h
===================================================================
--- gcc/config/iq2000/iq2000.h	(revision 139716)
+++ gcc/config/iq2000/iq2000.h	(working copy)
@@ -201,6 +201,11 @@
 
 #define N_REG_CLASSES (int) LIM_REG_CLASSES
 
+#define IRA_COVER_CLASSES	\
+{				\
+  GR_REGS, LIM_REG_CLASSES	\
+}
+
 #define REG_CLASS_NAMES						\
 {								\
   "NO_REGS",							\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]