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]

r136524 - in /branches/stack/gcc: ChangeLog.sta...


Author: hjl
Date: Sat Jun  7 15:10:32 2008
New Revision: 136524

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=136524
Log:
2008-06-07  H.J. Lu  <hongjiu.lu@intel.com>

	* defaults.h (MAX_STACK_ALIGNMENT): Update comments.
	(MAX_SUPPORTED_STACK_ALIGNMENT): New.

	* cfgexpand.c (get_decl_align_unit): Ignore alignment if it
	exceeds MAX_SUPPORTED_STACK_ALIGNMENT.
	* function.c (assign_stack_local_1): Likewise.
	(locate_and_pad_parm): Likewise.

	* doc/tm.texi (MAX_STACK_ALIGNMENT): Updated.

Modified:
    branches/stack/gcc/ChangeLog.stackalign
    branches/stack/gcc/cfgexpand.c
    branches/stack/gcc/defaults.h
    branches/stack/gcc/doc/tm.texi
    branches/stack/gcc/function.c


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