Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 1 Jul 2003 20:23:15 +0000 (20:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 1 Jul 2003 20:23:15 +0000 (20:23 +0000)
commitf036e569acd64504c92403e961b93b488a1c175a
tree7679d8b25cec4bdb181f6c0281b7f569e4e234fd
parent3b985826caf97f30c74bf1ceff77eff86aaf9158
Update.

2003-07-01  Richard Henderson  <rth@redhat.com>

* sysdeps/alpha/elf/pt-initfini.c: New file.
* sysdeps/alpha/pthread_spin_lock.S: New file.
* sysdeps/alpha/pthread_spin_trylock.S: New file.
* sysdeps/alpha/pthreaddef.h: New file.
* sysdeps/alpha/td_ta_map_lwp2thr.c: New file.
* sysdeps/alpha/tls.h: New file.
* sysdeps/unix/sysv/linux/alpha/Makefile: New file.
* sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: New file.
* sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: New file.
* sysdeps/unix/sysv/linux/alpha/createthread.c: New file.
* sysdeps/unix/sysv/linux/alpha/fork.c: New file.
* sysdeps/unix/sysv/linux/alpha/lowlevellock.h: New file.
* sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
* sysdeps/unix/sysv/linux/alpha/pthread_once.c: New file.
* sysdeps/unix/sysv/linux/alpha/sem_post.c: New file.
* sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: New file.
17 files changed:
nptl/ChangeLog
nptl/sysdeps/alpha/elf/pt-initfini.c [new file with mode: 0644]
nptl/sysdeps/alpha/pthread_spin_lock.S [new file with mode: 0644]
nptl/sysdeps/alpha/pthread_spin_trylock.S [new file with mode: 0644]
nptl/sysdeps/alpha/pthreaddef.h [new file with mode: 0644]
nptl/sysdeps/alpha/td_ta_map_lwp2thr.c [new file with mode: 0644]
nptl/sysdeps/alpha/tls.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/Makefile [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/bits/semaphore.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/createthread.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/fork.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/lowlevellock.h [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/pt-vfork.S [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/pthread_once.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c [new file with mode: 0644]
nptl/sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h [new file with mode: 0644]