about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2018-09-25 16:50:30 +0000
committerJoseph Myers <joseph@codesourcery.com>2018-09-25 16:50:30 +0000
commitd62f9ec0cce26a275ec68f4564814041a33395b1 (patch)
tree272a4f6e75ab554010c46d5e8b276c97dfb23596 /ChangeLog
parentd0d8eb4328dbc619a6a19f81c722aa06828766bf (diff)
downloadglibc-d62f9ec0cce26a275ec68f4564814041a33395b1.tar.gz
glibc-d62f9ec0cce26a275ec68f4564814041a33395b1.tar.xz
glibc-d62f9ec0cce26a275ec68f4564814041a33395b1.zip
Complete sys/procfs.h unification.
This patch completes the process of unifying sys/procfs.h headers for
architectures using the Linux kernel by making alpha use the generic
version.

That was previously deferred because alpha has different definitions
of prgregset_t and prfpregset_t from other architectures, so changing
to the common definitions would change C++ name mangling.  To avoid
such a change, a header bits/procfs-prregset.h is added, and alpha
gets its own version of that header.

Tested for x86_64 and x86, and with build-many-glibcs.py.

	* sysdeps/unix/sysv/linux/sys/procfs.h: Include
	<bits/procfs-prregset.h>.
	(prgregset_t): Define using __prgregset_t.
	(prfpregset_t): Define using __prfpregset_t.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
	(sysdep_headers): Add bits/procfs-prregset.h.
	* sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
	* sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b84f3b4f38..bd08c4bf45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
 2018-09-25  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/sys/procfs.h: Include
+	<bits/procfs-prregset.h>.
+	(prgregset_t): Define using __prgregset_t.
+	(prfpregset_t): Define using __prfpregset_t.
+	* sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
+	(sysdep_headers): Add bits/procfs-prregset.h.
+	* sysdeps/unix/sysv/linux/bits/procfs-prregset.h: New file.
+	* sysdeps/unix/sysv/linux/alpha/bits/procfs-prregset.h: Likewise.
+	* sysdeps/unix/sysv/linux/alpha/bits/procfs.h: Likewise.
+	* sysdeps/unix/sysv/linux/alpha/sys/procfs.h: Remove file.
+
+	* sysdeps/unix/sysv/linux/sys/procfs.h: Include
 	<bits/procfs-id.h> and <bits/procfs-extra.h>.
 	(struct elf_prpsinfo): Use __pr_uid_t and __pr_gid_t as types of
 	pr_uid and pr_gid.