This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: m68k setjmp()


> I am having a problem with setjmp() on the m68k when compiling binaries
> with -fomit-frame-pointere. I realized it's due to the fact that the
> current implementation relying on being able to mangle the stack pointer
> with the callee handling that:
> 
> Is that a reasonable requirement to say that setjmp() just doesn't work
> when compiled with -fomit-frame-pointer?

No, I think every function ought to be expected to work with
-fomit-frame-pointer.  


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