Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 10 Feb 2003 09:24:12 +0000 (09:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 10 Feb 2003 09:24:12 +0000 (09:24 +0000)
commita54e8d33d17f6197ac629ac86e3381643b802bec
treee876d442ce7cdb13eca46ff57278a81d0022bf61
parentf954eb1691045c888bfd8eab4ea4e25847f26c11
Update.

2003-02-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>

* sysdeps/sh/Makefile: New file.
* sysdeps/sh/bits/atomic.h: New file.
* sysdeps/sh/pthread_spin_init.c: New file.
* sysdeps/sh/pthread_spin_lock.c: New file.
* sysdeps/sh/pthread_spin_trylock.S: New file.
* sysdeps/sh/pthread_spin_unlock.S: New file.
* sysdeps/sh/pthreaddef.h: New file.
* sysdeps/sh/tcb-offsets.sym: New file.
* sysdeps/sh/td_ta_map_lwp2thr.c: New file.
* sysdeps/sh/tls.h: New file.
* sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: New file.
* sysdeps/unix/sysv/linux/sh/bits/semaphore.h: New file.
* sysdeps/unix/sysv/linux/sh/createthread.c: New file.
* sysdeps/unix/sysv/linux/sh/fork.c: New file.
* sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: New file.
* sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S: New file.
* sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: New file.
* sysdeps/unix/sysv/linux/sh/lowlevelcond.h: New file.
* sysdeps/unix/sysv/linux/sh/lowlevellock.S: New file.
* sysdeps/unix/sysv/linux/sh/lowlevellock.h: New file.
* sysdeps/unix/sysv/linux/sh/lowlevelmutex.S: New file.
* sysdeps/unix/sysv/linux/sh/lowlevelrwlock.h: New file.
* sysdeps/unix/sysv/linux/sh/pt-initfini.c: New file.
* sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_once.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: New file.
* sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: New file.
* sysdeps/unix/sysv/linux/sh/sem_post.S: New file.
* sysdeps/unix/sysv/linux/sh/sem_timedwait.S: New file.
* sysdeps/unix/sysv/linux/sh/sem_trywait.S: New file.
* sysdeps/unix/sysv/linux/sh/sem_wait.S: New file.
* sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: New file.
40 files changed:
nptl/ChangeLog
nptl/sysdeps/sh/bits/atomic.h [new file with mode: 0644]
nptl/sysdeps/sh/pthread_spin_init.c [new file with mode: 0644]
nptl/sysdeps/sh/pthread_spin_lock.c [new file with mode: 0644]
nptl/sysdeps/sh/pthread_spin_trylock.S [new file with mode: 0644]
nptl/sysdeps/sh/pthread_spin_unlock.S [new file with mode: 0644]
nptl/sysdeps/sh/pthreaddef.h [new file with mode: 0644]
nptl/sysdeps/sh/tcb-offsets.sym [new file with mode: 0644]
nptl/sysdeps/sh/td_ta_map_lwp2thr.c [new file with mode: 0644]
nptl/sysdeps/sh/tls.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/createthread.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/fork.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevelmutex.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevelcond.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevelmutex.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/lowlevelrwlock.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pt-initfini.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/sem_post.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h [new file with mode: 0644]