This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for exception handlers in PIC code on ARM
- To: Philip Blundell <philb at gnu dot org>
- Subject: Re: patch for exception handlers in PIC code on ARM
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Sun, 14 Jan 2001 19:38:40 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- Cc: rearnsha at arm dot com
- Organization: ARM Ltd.
- Reply-To: rearnsha at arm dot com
> >If we are even using builtin_setjmp (and I don't think that we are, since
> >I don't recall adding anything to support it, though it may be automatic)
>
> I think it's automatic unless you have DONT_USE_BUILTIN_SETJMP in tm.h.
>
> p.
>
Ah, in which case we need to look at fixing that rather than your
suggested patch. What is it doing incorrectly?