This is the mail archive of the gcc-patches@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]

Re: [patch] Hookize BUILTIN_SETJMP_FRAME_VALUE.


On Tue, Mar 02, 2004 at 02:28:03PM -0500, Kazu Hirata wrote:
> 	* builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
> 	(expand_builtin_setjmp_setup): Use
> 	targetm.builtin_setjmp_frame_value instead of
> 	BUILTIN_SETJMP_FRAME_VALUE.
> 	* system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
> 	* target-def.h (TARGET_BUILTIN_SETJMP_FRAME_VALUE): New.
> 	(TARGET_INITIALIZER): Add TARGET_BUILTIN_SETJMP_FRAME_VALUE.
> 	* target.h (gcc_target): Add builtin_setjmp_frame_value.
> 	* targhooks.c (default_builtin_setjmp_frame_value): New.
> 	* targhooks.h: Add a prototype for
> 	default_builtin_setjmp_frame_value.
> 	* doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Change to
> 	TARGET_BUILTIN_SETJMP_FRAME_VALUE.

Ok.


r~


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