Commit b76be05e by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r101473
parent afe8d701
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment