mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Move x86_64 code out of nptl/ subdirectory.
This commit is contained in:
parent
31c44fea31
commit
14642b8511
31
ChangeLog
31
ChangeLog
@ -1,3 +1,34 @@
|
||||
2014-06-11 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
|
||||
* sysdeps/x86_64/64/nptl/shlib-versions: ... here.
|
||||
* nptl/sysdeps/x86_64/Makefile: Moved ...
|
||||
* sysdeps/x86_64/nptl/Makefile: ... here.
|
||||
* nptl/sysdeps/x86_64/configure: Moved ...
|
||||
* sysdeps/x86_64/nptl/configure: ... here.
|
||||
* nptl/sysdeps/x86_64/configure.ac: Moved ...
|
||||
* sysdeps/x86_64/nptl/configure.ac: ... here.
|
||||
* nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
|
||||
* sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
|
||||
* nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
|
||||
* sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
|
||||
* nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
|
||||
* sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
|
||||
* nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
|
||||
* sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
|
||||
* nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
|
||||
* sysdeps/x86_64/nptl/pthreaddef.h: ... here.
|
||||
* nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
|
||||
* sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
|
||||
* nptl/sysdeps/x86_64/tls.h: Moved ...
|
||||
* sysdeps/x86_64/nptl/tls.h: ... here.
|
||||
* nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
|
||||
* sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
|
||||
* nptl/sysdeps/x86_64/x32/tls.h: Moved ...
|
||||
* sysdeps/x86_64/x32/nptl/tls.h: ... here.
|
||||
|
||||
* sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
|
||||
|
||||
2014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
|
||||
|
||||
* sysdeps/powerpc/fpu/libm-test-ulps: Update.
|
||||
|
@ -19,7 +19,7 @@
|
||||
#ifndef _X32_TLS_H
|
||||
#define _X32_TLS_H 1
|
||||
|
||||
#include <sysdeps/x86_64/tls.h>
|
||||
#include_next <tls.h>
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
Loading…
x
Reference in New Issue
Block a user