r114528 - in /branches/lto: ChangeLog.lto gcc/b...

kazu@gcc.gnu.org kazu@gcc.gnu.org
Fri Jun 9 23:13:00 GMT 2006


Author: kazu
Date: Fri Jun  9 23:13:38 2006
New Revision: 114528

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=114528
Log:
	* gcc/tree.c (stdarg_p): New.
	* gcc/tree.h: Add a prototype for stdarg_p.
	* gcc/builtins.c (fold_builtin_next_arg): Call stdarg_p.
	* gcc/config/i386/i386.c (ix86_return_pops_args,
	ix86_setup_incoming_varargs): Likewise.
	* gcc/dwarf2out.c (gen_subprogram_die): Likewise.
	* gcc/function.c (allocate_struct_function): Likewise.

Modified:
    branches/lto/ChangeLog.lto
    branches/lto/gcc/builtins.c
    branches/lto/gcc/config/i386/i386.c
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/function.c
    branches/lto/gcc/tree.c
    branches/lto/gcc/tree.h



More information about the Gcc-cvs mailing list