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

hjl@gcc.gnu.org hjl@gcc.gnu.org
Sun May 25 16:45:00 GMT 2008


Author: hjl
Date: Sun May 25 16:45:46 2008
New Revision: 135871

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

	* function.h (rtl_data): Replace need_frame_pointer and
	need_frame_pointer_set with frame_pointer_needed and
	frame_pointer_needed_set, respectively.
	(frame_pointer_needed): Replace need_frame_pointer with
	frame_pointer_needed.

	* global.c (compute_regsets): Replace need_frame_pointer_set
	with frame_pointer_needed_set.
	* reload1.c (init_elim_table): Likewise.

Modified:
    branches/stack/gcc/ChangeLog.stackalign
    branches/stack/gcc/function.h
    branches/stack/gcc/global.c
    branches/stack/gcc/reload1.c



More information about the Gcc-cvs mailing list