This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH roland/nptl] Move NPTL public ABI headers for x86 to sysdeps/x86/nptl/.


Note this change requires forcing a re-run of configure, e.g.:
	./config.status --recheck
before running make.  That's because it adds new sysdeps directories
and requires redoing the selection algorithm, but it doesn't touch
any file that the makefiles know should force re-running configure.

Tested x86_64-linux-gnu and i686-linux-gnu.
I'll commit this in a day or two if nobody objects.


Thanks,
Roland



2014-05-13  Roland McGrath  <roland@hack.frob.com>

	* sysdeps/i386/nptl/Implies: New file.
	* sysdeps/x86_64/nptl/Implies: New file.
	* nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
	* sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
	* nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
	* sysdeps/x86/nptl/bits/semaphore.h: ... here.

diff --git a/sysdeps/i386/nptl/Implies b/sysdeps/i386/nptl/Implies
new file mode 100644
index 0000000..e454b28
--- /dev/null
+++ b/sysdeps/i386/nptl/Implies
@@ -0,0 +1 @@
+x86/nptl
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h b/sysdeps/x86/nptl/bits/pthreadtypes.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
rename to sysdeps/x86/nptl/bits/pthreadtypes.h
diff --git a/nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h b/sysdeps/x86/nptl/bits/semaphore.h
similarity index 100%
rename from nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h
rename to sysdeps/x86/nptl/bits/semaphore.h
diff --git a/sysdeps/x86_64/nptl/Implies b/sysdeps/x86_64/nptl/Implies
new file mode 100644
index 0000000..e454b28
--- /dev/null
+++ b/sysdeps/x86_64/nptl/Implies
@@ -0,0 +1 @@
+x86/nptl


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]