glibc/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
..
generic Handle unloading of DSO with a unique symbol definition. 2009-07-23 07:07:53 -07:00
gnu
i386 Add SSE4.2 support for strcspn, strpbrk, and strspn on x86-64. 2009-07-03 02:48:56 -07:00
ia64 Handle -g option for IA-64 assembler. 2009-05-21 18:54:05 -07:00
ieee754 Fix errno for boundary conditions in 128-bit long double. 2009-05-29 12:00:22 -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 Fix wrong PPC_FEATURE_* values. 2009-07-05 23:46:03 -07:00
pthread
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 Compatibility of signalfd/eventfd with older kernels. 2009-07-26 12:55:03 -07:00
wordsize-32
wordsize-64 [BZ #9759] 2009-03-15 21:33:19 +00:00
x86_64 Preserve SSE registers in runtime relocations on x86-64. 2009-07-29 08:33:03 -07:00