metag: Add NPTL support
commitdaecc9a410a6f23d80daf8ce3afd280fea329e63
authorMarkos Chandras <markos.chandras@imgtec.com>
Thu, 18 Nov 2010 14:58:01 +0000 (18 14:58 +0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 14 Mar 2013 21:47:08 +0000 (14 22:47 +0100)
tree8d603dd538809431cc01b9e656c827d1f0709052
parent20221281b3d67880439cd1d16c151f4528d034fb
metag: Add NPTL support

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
44 files changed:
include/elf.h
ldso/ldso/metag/dl-debug.h
ldso/ldso/metag/dl-startup.h
ldso/ldso/metag/dl-sysdep.h
ldso/ldso/metag/elfinterp.c
ldso/ldso/metag/metag_load_tp.S [new file with mode: 0644]
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/metag/Makefile.arch
libc/sysdeps/linux/metag/bits/atomic.h [new file with mode: 0644]
libc/sysdeps/linux/metag/bits/syscalls.h
libc/sysdeps/linux/metag/clone.S
libc/sysdeps/linux/metag/crt1.S
libc/sysdeps/linux/metag/libc-metag_load_tp.S [new file with mode: 0644]
libc/sysdeps/linux/metag/sysdep.h [new file with mode: 0644]
libc/sysdeps/linux/metag/vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/dl-tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/jmpbuf-unwind.h [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/libc-tls.c [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/metag_load_tp.S [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/pthread_spin_init.c [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/pthread_spin_lock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/pthread_spin_trylock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/pthread_spin_unlock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/pthreaddef.h [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/tcb-offsets.sym [new file with mode: 0644]
libpthread/nptl/sysdeps/metag/tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/bits/semaphore.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/clone.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/createthread.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/fork.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/libc-lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/lowlevellock.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pt-__syscall_error.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pt-__syscall_rt_sigaction.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pt-gettimeofday.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pt-vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/sysdep-cancel.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/metag/vfork.S [new file with mode: 0644]