From: Andreas Schwab Date: Thu, 27 Dec 2012 10:04:51 +0000 (+0000) Subject: * target.def (supports_function_versions): Fix typo. X-Git-Tag: releases/gcc-4.8.0~1238 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e1883a2da28dc1fcc20783fbb318b9e64059a2e;p=thirdparty%2Fgcc.git * target.def (supports_function_versions): Fix typo. From-SVN: r194731 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 148388d4aa91..575e03a54f45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,7 @@ -<<<<<<< .mine +2012-12-27 Andreas Schwab + + * target.def (supports_function_versions): Fix typo. + 2012-12-26 Sriraman Tallam * doc/tm.texi.in (TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS): Document @@ -15,12 +18,10 @@ * (is_function_default_version): Check target string. * TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS: New macro. -======= 2012-12-27 Steven Bosscher * cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set. ->>>>>>> .r194729 2012-12-25 John David Anglin PR target/53789 diff --git a/gcc/target.def b/gcc/target.def index 79bb955a05ea..d0547be63c4f 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -2839,7 +2839,7 @@ DEFHOOK (supports_function_versions, "", bool, (void), - hool_bool_void_false) + hook_bool_void_false) /* Function to determine if one function can inline another function. */ #undef HOOK_PREFIX