]> git.ipfire.org Git - thirdparty/glibc.git/commit - ports/sysdeps/unix/sysv/linux/m68k/init-first.c
NPTL support for m68k/ColdFire
authorMaxim Kuvyrkov <maxim@codesourcery.com>
Fri, 12 Mar 2010 18:50:55 +0000 (19:50 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 12 Mar 2010 18:52:07 +0000 (19:52 +0100)
commit40111cb9e17a911c8913f00d9b913a71ceb6e609
treea993188cb2903ef2ba67b5af839db9908e0764b3
parent75e73e66e49104a7aff24aa50043ae7ab02e38f3
NPTL support for m68k/ColdFire
33 files changed:
ChangeLog.m68k
sysdeps/m68k/dl-machine.h
sysdeps/m68k/dl-tls.h [new file with mode: 0644]
sysdeps/m68k/libc-tls.c [new file with mode: 0644]
sysdeps/m68k/nptl/Makefile [new file with mode: 0644]
sysdeps/m68k/nptl/pthread_spin_lock.c [new file with mode: 0644]
sysdeps/m68k/nptl/pthread_spin_trylock.c [new file with mode: 0644]
sysdeps/m68k/nptl/pthreaddef.h [new file with mode: 0644]
sysdeps/m68k/nptl/tcb-offsets.sym [new file with mode: 0644]
sysdeps/m68k/nptl/tls.h [new file with mode: 0644]
sysdeps/m68k/tls-macros.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/Makefile
sysdeps/unix/sysv/linux/m68k/Versions
sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/clone.S
sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/init-first.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/libc-m68k-vdso.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/m68k-helpers.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/m68k-vdso.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/clone.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/createthread.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/fork.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/nptl/vfork.S [new file with mode: 0644]
sysdeps/unix/sysv/linux/m68k/socket.S
sysdeps/unix/sysv/linux/m68k/sysdep.h
sysdeps/unix/sysv/linux/m68k/vfork.S