glibc/nptl/sysdeps
Ulrich Drepper 84088310ce Handle AVX saving on x86-64 in interrupted smbol lookups.
If a signal arrived during a symbol lookup and the signal handler also
required a symbol lookup, the end of the lookup in the signal handler reset
the flag whether restoring AVX/SSE registers is needed.  Resetting means
in this case that the tail part of the outer lookup code will try to
restore the registers and this can fail miserably.  We now restore to the
previous value which makes nesting calls possible.
2009-08-25 10:42:30 -07:00
..
i386 * cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND 2009-04-27 21:55:49 +00:00
ia64 * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
powerpc * stdio-common/printf_fp.c (___printf_fp): Give wide outout code 2008-07-26 16:32:59 +00:00
pthread Implement pthread_sigqueue. 2009-06-12 08:34:02 -07:00
s390 * misc/syslog.c (openlog_internal): Fix __have_sock_cloexec 2008-10-22 21:45:13 +00:00
sh * iconvdata/gbk.c (BODY): Make buf and cp char instead of unsigned 2007-07-28 20:16:07 +00:00
sparc * sysdeps/sparc/tls.h (tcbhead_t): Add private_futex field. 2007-07-31 19:36:40 +00:00
unix/sysv/linux More namespace cleanups. 2009-08-23 13:59:41 -07:00
x86_64 Handle AVX saving on x86-64 in interrupted smbol lookups. 2009-08-25 10:42:30 -07:00