This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc ./ChangeLog.csl gcc/doc/invoke.texi gcc/dw ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	csl-sol210-3_4-branch
Changes by:	jsm28@gcc.gnu.org	2005-06-29 23:51:35

Modified files:
	.              : ChangeLog.csl 
	gcc/doc        : invoke.texi 
	gcc            : dwarf2.h dwarf2out.c 
	gcc/config/i386: i386.h i386.c 

Log message:
	* gcc/dwarf2.h (DW_AT_SUN_amd64_parmdump): New.
	* gcc/dwarf2out.c (gen_subprogram_die): Add this attribute.
	* gcc/doc/invoke.texi (-msave-args): New x86-64 option.
	* gcc/config/i386/i386.h (MASK_SAVE_ARGS, TARGET_SAVE_ARGS): New.
	(TARGET_SWITCHES): Add -msave-args.
	* gcc/config/i386/i386.c (struct ix86_frame): Add nmsave_args and
	padding0.
	(pro_epilogue_adjust_stack): Declare.
	(ix86_nsaved_args): New.
	(override_options, ix86_can_use_return_insn_p,
	ix86_frame_pointer_required, ix86_compute_frame_layout,
	ix86_emit_save_regs, ix86_emit_save_regs_using_mov,
	ix86_expand_prologue, ix86_expand_epilogue): Handle -msave-args.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.csl.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.1.2.25&r2=1.1.2.26
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/invoke.texi.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.390.2.32.2.8&r2=1.390.2.32.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2.h.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.26&r2=1.26.30.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.478.2.10.2.4&r2=1.478.2.10.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.h.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.368.2.4&r2=1.368.2.4.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=csl-sol210-3_4-branch&r1=1.635.2.15.2.3&r2=1.635.2.15.2.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]