glibc/nptl/sysdeps
Ulrich Drepper b48a267b8f Preserve SSE registers in runtime relocations on x86-64.
SSE registers are used for passing parameters and must be preserved
in runtime relocations.  This is inside ld.so enforced through the
tests in tst-xmmymm.sh.  But the malloc routines used after startup
come from libc.so and can be arbitrarily complex.  It's overkill
to save the SSE registers all the time because of that.  These calls
are rare.  Instead we save them on demand.  The new infrastructure
put in place in this patch makes this possible and efficient.
2009-07-29 08:33:03 -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 Fix bookkeeping in mutex when using requeue_pi. 2009-07-28 09:40:39 -07:00
x86_64 Preserve SSE registers in runtime relocations on x86-64. 2009-07-29 08:33:03 -07:00