This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Libgcc symbols
- To: aoliva at redhat dot com
- Subject: Re: Libgcc symbols
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Mon, 16 Apr 01 15:27:52 EDT
- Cc: gcc at gcc dot gnu dot org
> It was used in builtin setjmp support to get GP properly restored on
> machines where it was needed. I don't see it in the current
> sources, so I'm curious how this was done instead.
builtin_setjmp_receiver
Yes, I know that's where this sort of thing is supposed to be done, but
as far as I know, there's no way in the MIPS assembler (for O32 calling
convention) to actually *do* the GP restore.