OSDN Git Service

what the fuck.
authorWaldemar Brodkorb <wbx@openadk.org>
Fri, 20 Feb 2015 18:15:31 +0000 (12:15 -0600)
committerWaldemar Brodkorb <wbx@openadk.org>
Fri, 20 Feb 2015 18:15:31 +0000 (12:15 -0600)
commit63f2450205e86102a7040119f4d274f5d26c1f96
tree2c0044672a060c4648f8ae1692528ea952eb14ad
parent8d73c06c7a78745a50dc8683fd117aeacd71a04b
what the fuck.

This reverts commit 8a4eaece396459ccb0fb8a9f25ace1345ee92cae.
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]