]> sourceware.org Git - glibc.git/commit
Remove IA-64 support from NPTL
authorUlrich Drepper <drepper@gmail.com>
Sat, 7 Jan 2012 17:16:05 +0000 (12:16 -0500)
committerUlrich Drepper <drepper@gmail.com>
Sat, 7 Jan 2012 17:16:05 +0000 (12:16 -0500)
commit120ced3f5d1f927e6664fa0e3e9a391023a09d36
treec8656d8ed64dd67db2b042d131bec39b53590faf
parent305502f69d417f7599ea18cceca280ee87627696
Remove IA-64 support from NPTL
32 files changed:
nptl/ChangeLog
nptl/sysdeps/ia64/Makefile [deleted file]
nptl/sysdeps/ia64/pthread_spin_lock.c [deleted file]
nptl/sysdeps/ia64/pthread_spin_trylock.c [deleted file]
nptl/sysdeps/ia64/pthread_spin_unlock.c [deleted file]
nptl/sysdeps/ia64/pthreaddef.h [deleted file]
nptl/sysdeps/ia64/tcb-offsets.sym [deleted file]
nptl/sysdeps/ia64/tls.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/Makefile [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/Versions [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/bits/local_lim.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/bits/pthreadtypes.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/bits/semaphore.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/clone2.S [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/createthread.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/dl-sysdep.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/fork.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/lowlevellock.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/pt-initfini.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/pt-vfork.S [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/pthread_once.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/timer_create.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/timer_delete.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/timer_getoverr.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/timer_gettime.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/timer_settime.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c [deleted file]
nptl/sysdeps/unix/sysv/linux/ia64/vfork.S [deleted file]
This page took 0.040808 seconds and 5 git commands to generate.