Commit 1f5b3282 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* calls.c (fix_unsafe_tree): Prototype.

From-SVN: r61545
parent dd859b8a
2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-01-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* calls.c (fix_unsafe_tree): Prototype.
* Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn) * Makefile.in (GCC_WARN_CFLAGS): Add $(WERROR) $($@-warn)
(gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn, (gtype-desc.o-warn, c-decl.o-warn, varasm.o-warn, gcc.o-warn,
insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn, insn-conditions.o-warn, out_object_file, gengtype-yacc.o-warn,
......
...@@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *, ...@@ -197,6 +197,7 @@ static int check_sibcall_argument_overlap PARAMS ((rtx, struct arg_data *,
static int combine_pending_stack_adjustment_and_call static int combine_pending_stack_adjustment_and_call
PARAMS ((int, struct args_size *, int)); PARAMS ((int, struct args_size *, int));
static tree fix_unsafe_tree PARAMS ((tree));
#ifdef REG_PARM_STACK_SPACE #ifdef REG_PARM_STACK_SPACE
static rtx save_fixed_argument_area PARAMS ((int, rtx, int *, int *)); static rtx save_fixed_argument_area PARAMS ((int, rtx, int *, int *));
......
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