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] Only define JMP_BUF_SIZE in backends that also define DONT_USE_BUILTIN_SETJMP


> The PA and SPARC back ends do not define  DONT_USE_BUILTIN_SETJMP, so
> they also do not have to define JMP_BUF_SIZE. So:
>
>         * config/sparc/sparc.h (JMP_BUF_SIZE): Do not define.
>         * config/pa/pa.h (JMP_BUF_SIZE): Likewise.
>
> OK for trunk?

OK for the SPARC, thanks.  What about the Stormy16 and the picoChip?  It seems 
like a cleanup is possible in this area for them as well.

-- 
Eric Botcazou


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