[PATCH roland/nptl-s390] Move S390 code out of nptl/sysdeps/s390/.

Roland McGrath roland@hack.frob.com
Thu Jun 12 21:39:00 GMT 2014


Not tested at all, but this should not change anything.
Note it presumes the previously-posted patches on the same branch.


Thanks,
Roland


	* nptl/sysdeps/s390/Makefile: Moved ...
	* sysdeps/s390/nptl/Makefile: ... here.
	* nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
	* sysdeps/s390/nptl/pthread_spin_init.c: ... here.
	* nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
	* sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
	* nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
	* sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
	* nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
	* sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
	* nptl/sysdeps/s390/pthreaddef.h: Moved ...
	* sysdeps/s390/nptl/pthreaddef.h: ... here.
	* nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
	* sysdeps/s390/nptl/tcb-offsets.sym: ... here.
	* nptl/sysdeps/s390/tls.h: Moved ...
	* sysdeps/s390/nptl/tls.h: ... here.
 
diff --git a/nptl/sysdeps/s390/Makefile b/sysdeps/s390/nptl/Makefile
similarity index 100%
rename from nptl/sysdeps/s390/Makefile
rename to sysdeps/s390/nptl/Makefile
diff --git a/nptl/sysdeps/s390/pthread_spin_init.c b/sysdeps/s390/nptl/pthread_spin_init.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_init.c
rename to sysdeps/s390/nptl/pthread_spin_init.c
diff --git a/nptl/sysdeps/s390/pthread_spin_lock.c b/sysdeps/s390/nptl/pthread_spin_lock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_lock.c
rename to sysdeps/s390/nptl/pthread_spin_lock.c
diff --git a/nptl/sysdeps/s390/pthread_spin_trylock.c b/sysdeps/s390/nptl/pthread_spin_trylock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_trylock.c
rename to sysdeps/s390/nptl/pthread_spin_trylock.c
diff --git a/nptl/sysdeps/s390/pthread_spin_unlock.c b/sysdeps/s390/nptl/pthread_spin_unlock.c
similarity index 100%
rename from nptl/sysdeps/s390/pthread_spin_unlock.c
rename to sysdeps/s390/nptl/pthread_spin_unlock.c
diff --git a/nptl/sysdeps/s390/pthreaddef.h b/sysdeps/s390/nptl/pthreaddef.h
similarity index 100%
rename from nptl/sysdeps/s390/pthreaddef.h
rename to sysdeps/s390/nptl/pthreaddef.h
diff --git a/nptl/sysdeps/s390/tcb-offsets.sym b/sysdeps/s390/nptl/tcb-offsets.sym
similarity index 100%
rename from nptl/sysdeps/s390/tcb-offsets.sym
rename to sysdeps/s390/nptl/tcb-offsets.sym
diff --git a/nptl/sysdeps/s390/tls.h b/sysdeps/s390/nptl/tls.h
similarity index 100%
rename from nptl/sysdeps/s390/tls.h
rename to sysdeps/s390/nptl/tls.h



More information about the Libc-alpha mailing list