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] Remove BUILTIN_SETJMP_FRAME_VALUE.


On Tue, Mar 02, 2004 at 12:11:49PM -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to remove BUILTIN_SETJMP_FRAME_VALUE as there is
> only a single definition of the macro.
> 
> i960 port used to use this, but it's gone now.
> 
> Bootstrapped on i686-pc-linux-gnu.  OK to apply?

Actually, I'd rather you didn't.  I have a patch in my queue (alluded
to in one of my recent ARM bug reports, I think) where I need to define
this.

> 2004-03-02  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove.
> 	(expand_builtin_setjmp_setup): Use virtual_stack_vars_rtx
> 	instead of BUILTIN_SETJMP_FRAME_VALUE.
> 	* system.h (BUILTIN_SETJMP_FRAME_VALUE): Poison.
> 	* doc/tm.texi (BUILTIN_SETJMP_FRAME_VALUE): Remove.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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