From: Nick Clifton Date: Thu, 28 Aug 2008 16:49:56 +0000 (+0000) Subject: * config/fr30/fr30.h (IRA_COVER_CLASSES): Define. X-Git-Tag: releases/gcc-4.4.0~2832 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b34126ed2e31388753a7f27d3adefbf70147437e;p=thirdparty%2Fgcc.git * config/fr30/fr30.h (IRA_COVER_CLASSES): Define. From-SVN: r139719 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e350c09118b9..e84cdf16cb4d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2008-08-28 Nick Clifton + * config/fr30/fr30.h (IRA_COVER_CLASSES): Define. + * config/m32r/m32r.h (IRA_COVER_CLASSES): Define. 2008-08-28 Paul Brook diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h index 95bdcc33d46c..cca71245eb5e 100644 --- a/gcc/config/fr30/fr30.h +++ b/gcc/config/fr30/fr30.h @@ -1,7 +1,7 @@ /*{{{ Comment. */ /* 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. Contributed by Cygnus Solutions. @@ -282,6 +282,11 @@ enum reg_class #define GENERAL_REGS REAL_REGS #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 constants. These names are used in writing some of the debugging dumps. */ #define REG_CLASS_NAMES \