mcore.h (PREDICATE_CODES): Add SYMBOL_REF and LABEL_REF to mcore_general_movsrc_operand.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 4 Apr 2005 13:51:28 +0000 (13:51 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 4 Apr 2005 13:51:28 +0000 (13:51 +0000)
* config/mcore/mcore.h (PREDICATE_CODES): Add SYMBOL_REF and
LABEL_REF to mcore_general_movsrc_operand.  Add SYMBOL_REF to
mcore_call_address_operand.

From-SVN: r97541

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

index e224af256c0c32110c893bb0b6c18c5076933f77..b498b3150f6d4926a5c74b2019b9792baf704274 100644 (file)
        * config/fr30/fr30.md: Include predicates.md.
        * config/fr30/predicates.md: New.
 
+       * config/mcore/mcore.h (PREDICATE_CODES): Add SYMBOL_REF and
+       LABEL_REF to mcore_general_movsrc_operand.  Add SYMBOL_REF to
+       mcore_call_address_operand.
+
 2005-04-04  Alan Modra  <amodra@bigpond.net.au>
 
        * passes.c (rest_of_handle_final): NULL unlikely_text_section_name
index 4f68c632300683ffd012290b9363df188ee57b9e..c5b52594608715ff331e1352aaf6e5b9636b5f69 100644 (file)
@@ -1128,7 +1128,7 @@ extern long mcore_current_compilation_timestamp;
 
 #define PREDICATE_CODES                                                        \
   { "mcore_arith_reg_operand",         { REG, SUBREG }},               \
-  { "mcore_general_movsrc_operand",    { MEM, CONST_INT, REG, SUBREG }},\
+  { "mcore_general_movsrc_operand",    { MEM, CONST_INT, REG, SUBREG, SYMBOL_REF, LABEL_REF }},\
   { "mcore_general_movdst_operand",    { MEM, CONST_INT, REG, SUBREG }},\
   { "mcore_reload_operand",            { MEM, REG, SUBREG }},          \
   { "mcore_arith_J_operand",           { CONST_INT, REG, SUBREG }},    \
@@ -1144,6 +1144,6 @@ extern long mcore_current_compilation_timestamp;
   { "mcore_compare_operand",           { CONST_INT, REG, SUBREG }},    \
   { "mcore_load_multiple_operation",   { PARALLEL }},                  \
   { "mcore_store_multiple_operation",  { PARALLEL }},                  \
-  { "mcore_call_address_operand",      { REG, SUBREG, CONST_INT }},    \
+  { "mcore_call_address_operand",      { REG, SUBREG, CONST_INT, SYMBOL_REF }},        \
 
 #endif /* ! GCC_MCORE_H */