From: Jakub Jelinek Date: Thu, 30 Jun 2005 19:12:11 +0000 (+0200) Subject: * function.c (gen_stack_protect_test): Add third argument. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b76be05ef301201a621322be593b5ebe4c3ecba6;p=gcc.git * function.c (gen_stack_protect_test): Add third argument. From-SVN: r101473 --- 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