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

Re: Libgcc symbols


On Mon, Apr 16, 2001 at 03:27:52PM -0400, Richard Kenner wrote:
> 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.

Nope, there isn't.  Not relying on the magic store that it
emits in the prologue anyway.

So instead we drop the GP value into the builtin jmpbuf and
have builtin_longjmp restore it directly.


r~


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