diff gcc/config/score/score7.h @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents 77e2b8dfacca
children
line wrap: on
line diff
--- a/gcc/config/score/score7.h	Tue May 25 18:58:51 2010 +0900
+++ b/gcc/config/score/score7.h	Tue Mar 22 17:18:12 2011 +0900
@@ -1,5 +1,5 @@
 /* score7.h for Sunplus S+CORE processor
-   Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
    Contributed by Sunnorth
 
    This file is part of GCC.
@@ -71,8 +71,8 @@
 
 extern int score7_symbolic_constant_p (rtx x,
                                        enum score_symbol_type *symbol_type);
-extern bool score7_return_in_memory (tree type,
-                                     tree fndecl ATTRIBUTE_UNUSED);
+extern bool score7_return_in_memory (const_tree type,
+                                     const_tree fndecl ATTRIBUTE_UNUSED);
 extern void score7_output_mi_thunk (FILE *file,
                                     tree thunk_fndecl ATTRIBUTE_UNUSED,
                                     HOST_WIDE_INT delta,
@@ -87,10 +87,10 @@
                           HOST_WIDE_INT size ATTRIBUTE_UNUSED);
 extern section *score7_select_rtx_section (enum machine_mode mode, rtx x,
                                            unsigned HOST_WIDE_INT align);
-extern bool score7_in_small_data_p (tree decl);
+extern bool score7_in_small_data_p (const_tree decl);
 extern void score7_asm_file_start (void);
 extern void score7_asm_file_end (void);
-extern void score7_override_options (void);
+extern void score7_option_override (void);
 extern int score7_reg_class (int regno);
 extern enum reg_class score7_preferred_reload_class (rtx x ATTRIBUTE_UNUSED,
                                                      enum reg_class rclass);
@@ -107,18 +107,18 @@
                                    int to ATTRIBUTE_UNUSED);
 extern void score7_function_arg_advance (CUMULATIVE_ARGS *cum,
                                          enum machine_mode mode,
-                                         tree type,
-                                         int named);
+                                         const_tree type,
+                                         bool named);
 extern int score7_arg_partial_bytes (CUMULATIVE_ARGS *cum,
                                      enum machine_mode mode,
                                      tree type,
                                      bool named);
 extern rtx score7_function_arg (const CUMULATIVE_ARGS *cum,
                                 enum machine_mode mode,
-                                tree type,
-                                int named);
-extern rtx score7_function_value (tree valtype,
-                                  tree func ATTRIBUTE_UNUSED,
+                                const_tree type,
+                                bool named);
+extern rtx score7_function_value (const_tree valtype,
+                                  const_tree func ATTRIBUTE_UNUSED,
                                   enum machine_mode mode);
 extern void score7_asm_trampoline_template (FILE *);
 extern void score7_trampoline_init (rtx, tree, rtx);