]> gcc.gnu.org Git - gcc.git/commitdiff
* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 31 Jan 2007 23:46:54 +0000 (23:46 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 31 Jan 2007 23:46:54 +0000 (23:46 +0000)
From-SVN: r121443

gcc/ChangeLog
gcc/config/sh/sh.h

index cffc76b717c3224176706a0ca732338efcd24655..a522e95dcb8d62c5e7b7b2b645c14b102c906531 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
+
+       * config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.
+
 2007-01-31  Anatoly Sokolov <aesok@post.ru>
 
        PR target/19087
index ae9d8f9ca1aa88c2528170a3c21aa6fba9c786a2..1dae39b057741a6e21a3e37a6d18d6406ad23419 100644 (file)
@@ -1738,8 +1738,6 @@ extern enum reg_class reg_class_from_letter[];
       && (GET_CODE (X) == LABEL_REF || PIC_DIRECT_ADDR_P (X)))         \
    ? TARGET_REGS                                                       \
    : SECONDARY_INOUT_RELOAD_CLASS((CLASS),(MODE),(X), NO_REGS))
-#else
-#define HAVE_SECONDARY_RELOADS
 #endif
 
 /* Return the maximum number of consecutive registers
This page took 0.070188 seconds and 5 git commands to generate.