diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-19 00:21:23 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-19 00:21:23 +0000 |
commit | 14755fb0c27ca236afd3ef6c2652bbc4192c4ac0 (patch) | |
tree | eb91dc655c45d278b66cccbb737e9fb5b06919b7 /gcc/config/mn10300/mn10300.md | |
parent | d9d4150fa205d21a3eb75c4839e114b530cb1687 (diff) | |
download | gcc-14755fb0c27ca236afd3ef6c2652bbc4192c4ac0.tar.gz |
mn10300-protos.h: Remove the prototypes for call_address_operand, const_8bit_operand.
* config/mn10300/mn10300-protos.h: Remove the prototypes for
call_address_operand, const_8bit_operand.
* config/mn10300/mn10300.c (call_address_operand,
const_8bit_operand, const_1f_operand): Move to predicates.md.
* config/mn10300/mn10300.h (PREDICATE_CODES): Remove.
* config/mn10300/mn10300.md: Include predicates.md.
* config/mn10300/predicates.md: New.
From-SVN: r96712
Diffstat (limited to 'gcc/config/mn10300/mn10300.md')
-rw-r--r-- | gcc/config/mn10300/mn10300.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index 8b6933b4aa6..0d51857a199 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -1,5 +1,5 @@ ;; GCC machine description for Matsushita MN10300 -;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 ;; Free Software Foundation, Inc. ;; Contributed by Jeff Law (law@cygnus.com). @@ -47,6 +47,8 @@ (UNSPEC_GOTOFF 3) (UNSPEC_PLT 4) ]) + +(include "predicates.md") ;; ---------------------------------------------------------------------- ;; MOVE INSTRUCTIONS |