]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Rename bits/m68k-vdso.h to m68k-vdso.h (bug 14912).
authorJoseph Myers <joseph@codesourcery.com>
Fri, 4 Sep 2015 14:46:21 +0000 (14:46 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 4 Sep 2015 14:46:21 +0000 (14:46 +0000)
It was noted in
<https://sourceware.org/ml/libc-alpha/2012-09/msg00305.html> that the
bits/*.h naming scheme should only be used for installed headers.
This patch renames bits/m68k-vdso.h to plain m68k-vdso.h to follow
that convention.

[BZ #14912]
* sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
* sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
* sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
<m68k-vdso.h> instead of <bits/m68k-vdso.h>.
* sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
* sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
* sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
sysdeps/unix/sysv/linux/m68k/init-first.c
sysdeps/unix/sysv/linux/m68k/m68k-helpers.S
sysdeps/unix/sysv/linux/m68k/m68k-vdso.c
sysdeps/unix/sysv/linux/m68k/m68k-vdso.h [moved from sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h with 100% similarity]

index ab0031d9dbe2bf1fd17184b022fea7413298bcc5..d583493622642d6c0987f5a78e8df33a4d0eb1c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2015-09-04  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #14912]
+       * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Move to ...
+       * sysdeps/unix/sysv/linux/m68k/m68k-vdso.h: ...here.
+       * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Include
+       <m68k-vdso.h> instead of <bits/m68k-vdso.h>.
+       * sysdeps/unix/sysv/linux/m68k/init-first.c: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m68k-vdso.c: Likewise.
+
 2015-09-03  Roland McGrath  <roland@hack.frob.com>
 
        * elf/Makefile (test-xfail-tst-protected1a): New variable.
index 6e069edabe2005f454f2668ba56e1f8474834087..16002f15db5ac88c8aedc919557bb7ed1578c748 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <stdint.h>
 #include <sysdep.h>
-#include <bits/m68k-vdso.h>
+#include <m68k-vdso.h>
 
 /* Coldfire has no atomic compare-and-exchange operation, but the
    kernel provides userspace atomicity operations.  Use them.  */
index c4e345ad14d853c924d881295bf99c59c35c0d40..248fa1ff524e74c2e7131e8036deb95f84a17c0e 100644 (file)
@@ -22,7 +22,7 @@
 #ifdef SHARED
 
 #include <dl-vdso.h>
-#include <bits/m68k-vdso.h>
+#include <m68k-vdso.h>
 
 static inline void
 _libc_vdso_platform_setup (void)
index 7f350c0f7d5ed57a5d5f5667985e9ece870c05a0..0c05fc9f587da523ef9f753a841831d2c7521ce4 100644 (file)
@@ -34,7 +34,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
-#include <bits/m68k-vdso.h>
+#include <m68k-vdso.h>
 
        .text
 
index 722566102e5214c4724708f25544f8a61d079813..1988ddf0b26744dd287f4bfa90d81e7cb59013bb 100644 (file)
@@ -18,7 +18,7 @@
 
 #ifdef SHARED
 
-#include <bits/m68k-vdso.h>
+#include <m68k-vdso.h>
 
 /* Because these pointers are used from other libraries than libc,
    they are exported at GLIBC_PRIVATE version.