From: Roland McGrath Date: Thu, 12 Jun 2014 22:04:34 +0000 (-0700) Subject: Move SPARC public headers out of nptl/ X-Git-Tag: glibc-2.20~338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febf6cc58c36cd5a978b8b5faedb5a932eb44c98;p=thirdparty%2Fglibc.git Move SPARC public headers out of nptl/ --- diff --git a/ChangeLog b/ChangeLog index 4e0e179c023..83764a5840f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2014-06-12 Roland McGrath + * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ... + * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here. + * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ... + * sysdeps/sparc/nptl/bits/semaphore.h: ... here. + * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ... + * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here. + * nptl/sysdeps/sparc/Makefile: Moved ... * sysdeps/sparc/nptl/Makefile: ... here. * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ... diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h b/sysdeps/sparc/nptl/bits/pthreadtypes.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h rename to sysdeps/sparc/nptl/bits/pthreadtypes.h diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h b/sysdeps/sparc/nptl/bits/semaphore.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h rename to sysdeps/sparc/nptl/bits/semaphore.h diff --git a/nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h b/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h similarity index 100% rename from nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h rename to sysdeps/unix/sysv/linux/sparc/bits/local_lim.h