* function.c (gen_stack_protect_test): Add third argument.
authorJakub Jelinek <jakub@redhat.com>
Thu, 30 Jun 2005 19:12:11 +0000 (21:12 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 30 Jun 2005 19:12:11 +0000 (21:12 +0200)
From-SVN: r101473

gcc/ChangeLog
gcc/function.c

index 96fd17418c88b8c1b72de47ecde95cfef6b384ca..0f76a8bddd0e7fb6a42375625e6a26979f1908ac 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * function.c (gen_stack_protect_test): Add third argument.
+
 2005-06-30  J. D. Johnston  <jjohnst@us.ibm.com>
 
        * gthr-tpf.h (CE2THRCPTR): Change field offset to 16.
index 9727e6d754d38f4cf8e7297ae486550ec875e354..12ebece0fbe7270738ce05db8ca6b650a6076664 100644 (file)
@@ -3972,8 +3972,8 @@ stack_protect_prologue (void)
    the end of a function to be protected.  */
 
 #ifndef HAVE_stack_protect_test
-# define HAVE_stack_protect_test       0
-# define gen_stack_protect_test(x, y)  (gcc_unreachable (), NULL_RTX)
+# define HAVE_stack_protect_test               0
+# define gen_stack_protect_test(x, y, z)       (gcc_unreachable (), NULL_RTX)
 #endif
 
 static void