Move SPARC code out of nptl/sysdeps/sparc/.
commite26822463f4c36746a25b9b25552c43c350862b8
authorRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 21:33:59 +0000 (12 14:33 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 12 Jun 2014 21:33:59 +0000 (12 14:33 -0700)
treebfe55df502169587c0c84391bbfefe15fc2ac2b6
parentb0725f43245ce50cfafa7de41bb7aeb8e4c4cb00
Move SPARC code out of nptl/sysdeps/sparc/.
20 files changed:
ChangeLog
nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c [deleted file]
nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S [deleted file]
nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S [deleted file]
nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S [deleted file]
sysdeps/sparc/nptl/Makefile [moved from nptl/sysdeps/sparc/Makefile with 100% similarity]
sysdeps/sparc/nptl/tcb-offsets.sym [moved from nptl/sysdeps/sparc/tcb-offsets.sym with 100% similarity]
sysdeps/sparc/nptl/tls.h [moved from nptl/sysdeps/sparc/tls.h with 100% similarity]
sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S [moved from nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S with 100% similarity]
sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S [moved from nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S with 100% similarity]
sysdeps/sparc/sparc32/nptl/pthreaddef.h [moved from nptl/sysdeps/sparc/sparc32/pthreaddef.h with 100% similarity]
sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c [new file with mode: 0644]
sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S [new file with mode: 0644]
sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S [new file with mode: 0644]
sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S [new file with mode: 0644]
sysdeps/sparc/sparc64/nptl/pthread_spin_init.c [moved from nptl/sysdeps/sparc/sparc64/pthread_spin_init.c with 100% similarity]
sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S [moved from nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S with 100% similarity]
sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S [moved from nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S with 100% similarity]
sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S [moved from nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S with 100% similarity]
sysdeps/sparc/sparc64/nptl/pthreaddef.h [moved from nptl/sysdeps/sparc/sparc64/pthreaddef.h with 100% similarity]