glibc/nptl/sysdeps/x86_64
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
..
configure Check for .cfi_{personality,lsda} on x86-64. 2009-07-23 17:15:56 -07:00
configure.in Check for .cfi_{personality,lsda} on x86-64. 2009-07-23 17:15:56 -07:00
Makefile Update. 2004-11-25 06:25:42 +00:00
pthread_spin_init.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_lock.c Update. 2002-11-28 00:53:12 +00:00
pthread_spin_trylock.S 2003-03-12 Roland McGrath <roland@redhat.com> 2003-03-12 10:28:07 +00:00
pthread_spin_unlock.S Update. 2003-03-12 05:45:00 +00:00
pthreaddef.h * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Define MAP_STACK. 2008-08-15 22:35:53 +00:00
tcb-offsets.sym Preserve SSE registers in runtime relocations on x86-64. 2009-07-29 08:33:03 -07:00
tls.h Preserve SSE registers in runtime relocations on x86-64. 2009-07-29 08:33:03 -07:00