From: Nick Clifton Date: Thu, 28 Aug 2008 16:52:16 +0000 (+0000) Subject: * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define. X-Git-Tag: releases/gcc-4.4.0~2831 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=888142a6728182fb597848c31bd238daa6820f94;p=thirdparty%2Fgcc.git * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define. From-SVN: r139720 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e84cdf16cb4d..d5236eda5d37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2008-08-28 Nick Clifton + * config/iq2000/iq2000.h (IRA_COVER_CLASSES): Define. + * config/fr30/fr30.h (IRA_COVER_CLASSES): Define. * config/m32r/m32r.h (IRA_COVER_CLASSES): Define. diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index f99a85d9593c..f09a9f7bf2af 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -1,6 +1,7 @@ /* Definitions of target machine for GNU compiler. Vitesse IQ2000 processors - Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 + Free Software Foundation, Inc. This file is part of GCC. @@ -201,6 +202,11 @@ enum reg_class #define N_REG_CLASSES (int) LIM_REG_CLASSES +#define IRA_COVER_CLASSES \ +{ \ + GR_REGS, LIM_REG_CLASSES \ +} + #define REG_CLASS_NAMES \ { \ "NO_REGS", \