OSDN Git Service

* function.c (gen_stack_protect_test): Add third argument.
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 19:12:11 +0000 (19:12 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Jun 2005 19:12:11 +0000 (19:12 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101473 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/function.c

index 96fd174..0f76a8b 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 9727e6d..12ebece 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