OSDN Git Service

* config/mcore/predicates.md (mcore_general_movesrc_operand): Accept CONSTs.
[pf3gnuchains/gcc-fork.git] / gcc / config / mcore / mcore-protos.h
index 11a522b..b2c5abb 100644 (file)
@@ -1,5 +1,5 @@
 /* Prototypes for exported functions defined in mcore.c
-   Copyright (C) 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
    Contributed by Nick Clifton (nickc@redhat.com)
 
    This file is part of GCC.
 extern const char * mcore_output_jump_label_table      (void);
 extern void         mcore_expand_prolog                (void);
 extern void         mcore_expand_epilog                (void);
-extern int          mcore_const_ok_for_inline          (long);
-extern int          mcore_num_ones                     (int);
-extern int          mcore_num_zeros                    (int);
+extern int          mcore_const_ok_for_inline          (HOST_WIDE_INT);
+extern int          mcore_num_ones                     (HOST_WIDE_INT);
+extern int          mcore_num_zeros                    (HOST_WIDE_INT);
 extern int          mcore_initial_elimination_offset   (int, int);
 extern int          mcore_byte_offset                  (unsigned int);
 extern int          mcore_halfword_offset              (unsigned int);
-extern int          mcore_const_trick_uses_not         (long);
+extern int          mcore_const_trick_uses_not         (HOST_WIDE_INT);
 extern void         mcore_override_options             (void);
 extern int          mcore_dllexport_name_p             (const char *);
 extern int          mcore_dllimport_name_p             (const char *);
@@ -71,7 +71,7 @@ extern int          mcore_arith_S_operand             (rtx);
 #ifdef HAVE_MACHINE_MODES
 extern const char * mcore_output_move                          (rtx, rtx *, enum machine_mode);
 extern const char * mcore_output_movedouble                    (rtx *, enum machine_mode);
-extern int          const_ok_for_mcore                  (int);
+extern int          const_ok_for_mcore                  (HOST_WIDE_INT);
 #ifdef TREE_CODE
 extern rtx          mcore_function_arg                 (CUMULATIVE_ARGS, enum machine_mode, tree, int);
 #endif /* TREE_CODE */