Move remaining nptl/sysdeps/unix/sysv/linux/x86_64/ files.

This commit is contained in:
Roland McGrath 2014-05-14 12:33:43 -07:00
parent ec136444ca
commit c96067bce5
26 changed files with 55 additions and 2 deletions

View File

@ -1,5 +1,59 @@
2014-05-14 Roland McGrath <roland@hack.frob.com>
* nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
* nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
* sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
* sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
* nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
* sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
* nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
* nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
* sysdeps/unix/sysv/linux/x86_64/fork.h: New file.

View File

@ -1 +0,0 @@
unix/sysv/linux/x86

View File

@ -11,4 +11,4 @@
header.vgetcpu_cache[1]))); \
} while (0)
#include "../pthread_setaffinity.c"
#include <sysdeps/unix/sysv/linux/pthread_setaffinity.c>