From b76be05ef301201a621322be593b5ebe4c3ecba6 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 30 Jun 2005 21:12:11 +0200 Subject: [PATCH] * function.c (gen_stack_protect_test): Add third argument. From-SVN: r101473 --- gcc/ChangeLog | 4 ++++ gcc/function.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 96fd17418c8..0f76a8bddd0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-30 Jakub Jelinek + + * function.c (gen_stack_protect_test): Add third argument. + 2005-06-30 J. D. Johnston * gthr-tpf.h (CE2THRCPTR): Change field offset to 16. diff --git a/gcc/function.c b/gcc/function.c index 9727e6d754d..12ebece0fbe 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 -- 2.30.2