X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Ftarghooks.h;h=be167e5e0dbc06a3a46e1f08686fc856cea70c41;hb=507e9ee716fcd51cd3263f43e5496a5d33cc9b98;hp=365496b9825d360dcaa1489f64caff37ab1bc58d;hpb=751d3ba7628c0ba64205673988ee5f7a93b1d4c5;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/targhooks.h b/gcc/targhooks.h index 365496b9825..be167e5e0db 100644 --- a/gcc/targhooks.h +++ b/gcc/targhooks.h @@ -1,5 +1,5 @@ /* Default target hook functions. - Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009 + Copyright (C) 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -70,9 +70,9 @@ extern bool default_fixed_point_supported_p (void); extern const char * default_invalid_within_doloop (const_rtx); -extern tree default_builtin_vectorized_function (unsigned int, tree, tree); +extern tree default_builtin_vectorized_function (tree, tree, tree); -extern tree default_builtin_vectorized_conversion (unsigned int, tree); +extern tree default_builtin_vectorized_conversion (unsigned int, tree, tree); extern tree default_builtin_reciprocal (unsigned int, bool, bool); @@ -80,7 +80,7 @@ extern bool default_builtin_vector_alignment_reachable (const_tree, bool); extern bool default_builtin_support_vector_misalignment (enum machine_mode mode, const_tree, - int, bool); + int, bool); /* These are here, and not in hooks.[ch], because not all users of hooks.h include tm.h, and thus we don't have CUMULATIVE_ARGS. */ @@ -99,6 +99,7 @@ extern const char *hook_invalid_arg_for_unprototyped_fn extern bool hook_bool_const_rtx_commutative_p (const_rtx, int); extern rtx default_function_value (const_tree, const_tree, bool); extern rtx default_libcall_value (enum machine_mode, const_rtx); +extern bool default_function_value_regno_p (const unsigned int); extern rtx default_internal_arg_pointer (void); extern rtx default_static_chain (const_tree, bool); extern void default_trampoline_init (rtx, tree, rtx); @@ -116,6 +117,7 @@ extern tree default_mangle_decl_assembler_name (tree, tree); extern tree default_emutls_var_fields (tree, tree *); extern tree default_emutls_var_init (tree, tree, tree); extern bool default_hard_regno_scratch_ok (unsigned int); +extern bool default_mode_dependent_address_p (const_rtx addr); extern bool default_target_option_valid_attribute_p (tree, tree, tree, int); extern bool default_target_option_pragma_parse (tree, tree); extern bool default_target_can_inline_p (tree, tree);