glibc/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
..
generic Improve backtrace_symbols{,_fd} output when missing symbols. 2009-08-20 15:31:08 -07:00
gnu [BZ #5628] 2008-01-16 23:49:43 +00:00
i386 Define math_errhandling is possible. 2009-08-24 10:33:57 -07:00
ia64 Stop backtrace when we make no more progress. 2009-07-30 16:53:52 -07:00
ieee754 Add ceil implementation for 64-bit machines. 2009-08-24 18:05:48 -07:00
mach remove subsumed .gitignore entries and files 2009-05-16 10:41:40 +02:00
posix Handle missing NSS modules and those without callbacks. 2009-07-25 12:29:04 -07:00
powerpc Add sigstack handling to Linux ____longjmp_chk on powerpc. 2009-08-22 02:01:51 -07:00
pthread * sysdeps/pthread/aio_misc.c (handle_fildes_io): Avoid unnecessary 2007-11-10 19:40:16 +00:00
s390 More white space fixes. 2009-07-24 08:34:47 -07:00
sh Add ____longjmp_chk for SH. 2009-05-18 15:44:09 -07:00
sparc * sysdeps/powerpc/powerpc32/elf/start.S: Ensure .data is non-empty. 2009-04-14 20:57:18 +00:00
unix Add sysdeps/unix/syscall-template.S; build syscall stubs with deps and -g pointing to it. 2009-08-24 11:40:15 -07:00
wordsize-32 * po/.cvsignore: List libc.pot.files, and not any .pot names. 2006-01-08 06:46:10 +00:00
wordsize-64 [BZ #9759] 2009-03-15 21:33:19 +00:00
x86_64 Handle AVX saving on x86-64 in interrupted smbol lookups. 2009-08-25 10:42:30 -07:00