aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-06-30 21:12:11 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2005-06-30 21:12:11 +0200
commitb76be05ef301201a621322be593b5ebe4c3ecba6 (patch)
tree92be7364542e7b4da6e0e5732d0ce98f05a6da9c /gcc/function.c
parentafe8d701ba8f5d04e5ac37a00c11a5b7a8976030 (diff)
downloadgcc-b76be05ef301201a621322be593b5ebe4c3ecba6.zip
gcc-b76be05ef301201a621322be593b5ebe4c3ecba6.tar.gz
gcc-b76be05ef301201a621322be593b5ebe4c3ecba6.tar.bz2
* function.c (gen_stack_protect_test): Add third argument.
From-SVN: r101473
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 9727e6d..12ebece 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -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