OSDN Git Service

xtensa: add support for NPTL
authorWaldemar Brodkorb <wbx@openadk.org>
Sat, 20 Sep 2014 20:36:23 +0000 (22:36 +0200)
committerWaldemar Brodkorb <wbx@openadk.org>
Mon, 22 Sep 2014 18:35:40 +0000 (20:35 +0200)
commit4c3023bc803012656cf45749960282351efc8020
tree979feef511fde3dbe564e5362e89a2e8b793909e
parent51f9b66d2fee1c7c1088b548751ac64131220b6e
xtensa: add support for NPTL

Changes from:
https://github.com/foss-xtensa/uClibc/commits/xtensa_nptl

Author: Chris Zankel <chris@zankel.net>
Author: Baruch Siach <baruch@tkos.co.il>
43 files changed:
include/elf.h
include/link.h
ldso/include/dl-hash.h
ldso/include/inline-hashtab.h [new file with mode: 0644]
ldso/include/ldsodefs.h
ldso/include/tlsdeschtab.h [new file with mode: 0644]
ldso/ldso/dl-tls.c
ldso/ldso/fdpic/dl-inlines.h
ldso/ldso/xtensa/dl-debug.h
ldso/ldso/xtensa/dl-startup.h
ldso/ldso/xtensa/dl-sysdep.h
ldso/ldso/xtensa/dl-tlsdesc.S [new file with mode: 0644]
ldso/ldso/xtensa/elfinterp.c
libc/sysdeps/linux/xtensa/Makefile.arch
libc/sysdeps/linux/xtensa/clone.S
libc/sysdeps/linux/xtensa/fork.c
libc/sysdeps/linux/xtensa/jmpbuf-unwind.h
libc/sysdeps/linux/xtensa/sys/ptrace.h [new file with mode: 0644]
libc/sysdeps/linux/xtensa/sysdep.h
libc/sysdeps/linux/xtensa/vfork.S
libpthread/nptl/sysdeps/unix/sysv/linux/lowlevellock.c
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/bits/pthreadtypes.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/bits/semaphore.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/clone.S [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/createthread.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/fork.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/lowlevellock.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/lowlevellock.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/pt-initfini.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/pthread_once.c [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/sysdep-cancel.h [new file with mode: 0644]
libpthread/nptl/sysdeps/unix/sysv/linux/xtensa/vfork.S [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/Makefile.arch [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/dl-tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/jmpbuf-unwind.h [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/libc-tls.c [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/pthread_spin_lock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/pthread_spin_trylock.S [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/pthreaddef.h [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/tcb-offsets.sym [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/tls.h [new file with mode: 0644]
libpthread/nptl/sysdeps/xtensa/tlsdesc.sym [new file with mode: 0644]