* function.c (gen_stack_protect_test): Add third argument.

From-SVN: r101473
This commit is contained in:
Jakub Jelinek 2005-06-30 21:12:11 +02:00 committed by Jakub Jelinek
parent afe8d701ba
commit b76be05ef3
2 changed files with 6 additions and 2 deletions

View 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.

View 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