* config/mcore/mcore.h (IRA_COVER_CLASSES): Define.
authorNick Clifton <nickc@redhat.com>
Thu, 28 Aug 2008 16:54:08 +0000 (16:54 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 28 Aug 2008 16:54:08 +0000 (16:54 +0000)
From-SVN: r139721

gcc/ChangeLog
gcc/config/mcore/mcore.h

index d5236eda5d373662f82504b5dd99abfc32515e67..d436e8caa99c772ec6ce8c8e6d1cf3b8abac575e 100644 (file)
@@ -1,5 +1,7 @@
 2008-08-28  Nick Clifton  <nickc@redhat.com>
 
+       * config/mcore/mcore.h (IRA_COVER_CLASSES): Define.
+
        * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define.
 
        * config/fr30/fr30.h (IRA_COVER_CLASSES): Define.
index 7ea9ac41fe111d1e2415a80cf8fdbba3d40e860c..6e26d5e7b35bcdce21bf474d26b33838ed12e83b 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions of target machine for GNU compiler,
    for Motorola M*CORE Processor.
-   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1993, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007,
+   2008  Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -379,6 +379,12 @@ enum reg_class
 
 #define N_REG_CLASSES  (int) LIM_REG_CLASSES
 
+#define IRA_COVER_CLASSES              \
+{                                      \
+  GENERAL_REGS, C_REGS, LIM_REG_CLASSES        \
+}
+
+
 /* Give names of register classes as strings for dump file.  */
 #define REG_CLASS_NAMES  \
 {                      \