]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* target.def (supports_function_versions): Fix typo.
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 27 Dec 2012 10:04:51 +0000 (10:04 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Thu, 27 Dec 2012 10:04:51 +0000 (10:04 +0000)
From-SVN: r194731

gcc/ChangeLog
gcc/target.def

index 148388d4aa9142b4c4a9685c2e559087016cddcc..575e03a54f45fcec9db6ea2366fd7ebf4228bffe 100644 (file)
@@ -1,4 +1,7 @@
-<<<<<<< .mine
+2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * target.def (supports_function_versions): Fix typo.
+
 2012-12-26  Sriraman Tallam  <tmsriram@google.com>
 
        * doc/tm.texi.in (TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS): Document
        * (is_function_default_version): Check target string.
        * TARGET_OPTION_SUPPORTS_FUNCTION_VERSIONS: New macro.
 
-=======
 2012-12-27  Steven Bosscher  <steven@gcc.gnu.org>
 
        * cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.
 
->>>>>>> .r194729
 2012-12-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/53789
index 79bb955a05ea85df674c3a3933448f00193c3940..d0547be63c4f6b23ff8dd4677545d8bfb903bada 100644 (file)
@@ -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