NPTL: ARC support
commit873fa5beccbb4e95d1bbb9afb6a0eec02811f09b
authorVineet Gupta <vgupta@synopsys.com>
Fri, 25 Jul 2014 12:09:05 +0000 (25 17:39 +0530)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 18 Aug 2014 09:52:34 +0000 (18 11:52 +0200)
tree17ceb2c595fe9a491f3e7fa91d7c379babf2c356
parent6915b3a6b96e8e34601941c0eb7519cde1c0f999
NPTL: ARC support

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
36 files changed:
extra/Configs/defconfigs/arc/defconfig
include/elf.h
ldso/ldso/arc/dl-debug.h
ldso/ldso/arc/dl-sysdep.h
ldso/ldso/arc/elfinterp.c
libc/sysdeps/linux/arc/bits/atomic.h [new file with mode: 0644]
libc/sysdeps/linux/arc/clone.S
libc/sysdeps/linux/arc/jmpbuf-unwind.h
libc/sysdeps/linux/arc/sysdep.h
libc/sysdeps/linux/arc/vfork.S
libpthread/nptl/sysdeps/arc/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/dl-tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/jmpbuf-unwind.h [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/libc-tls.c [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/pthread_spin_lock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/pthread_spin_trylock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/pthreaddef.h [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/tcb-offsets.sym [new file with mode: 0644]
libpthread/nptl/sysdeps/arc/tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/Makefile [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/bits/semaphore.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/clone.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/createthread.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/fork.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/libc-lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/lowlevellock.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-__syscall_error.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-__syscall_rt_sigaction.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-gettimeofday.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pt-vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/sysdep-cancel.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/arc/vfork.S [new file with mode: 0644]