This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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]

[Bug math/21035] longjmp() resets FPU exception mask


https://sourceware.org/bugzilla/show_bug.cgi?id=21035

--- Comment #3 from joseph at codesourcery dot com <joseph at codesourcery dot com> ---
Note that it's only glibc's job to ensure that longjmp doesn't change the 
mask - that is, that when setjmp returns for the second time, the 
floating-point environment is the same as it was on entry to longjmp.  If 
it's the kernel or processor changing the mask on entry to a signal 
handler, that's not glibc's problem.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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