glibc/bits
Joseph Myers de071d199a Move bits/atomic.h to atomic-machine.h (bug 14912).
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/atomic.h to atomic-machine.h to follow that
convention.

This is the only change in this series that needs to change the
filename rather than simply removing a directory level (because both
atomic.h and bits/atomic.h exist at present).

Tested for x86_64 (testsuite, and that installed stripped shared
libraries are unchanged by the patch).

	[BZ #14912]
	* sysdeps/aarch64/bits/atomic.h: Move to ...
	* sysdeps/aarch64/atomic-machine.h: ...here.
	(_AARCH64_BITS_ATOMIC_H): Rename macro to
	_AARCH64_ATOMIC_MACHINE_H.
	* sysdeps/alpha/bits/atomic.h: Move to ...
	* sysdeps/alpha/atomic-machine.h: ...here.
	* sysdeps/arm/bits/atomic.h: Move to ...
	* sysdeps/arm/atomic-machine.h: ...here.  Update comments.
	* bits/atomic.h: Move to ...
	* sysdeps/generic/atomic-machine.h: ...here.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/i386/bits/atomic.h: Move to ...
	* sysdeps/i386/atomic-machine.h: ...here.
	* sysdeps/ia64/bits/atomic.h: Move to ...
	* sysdeps/ia64/atomic-machine.h: ...here.
	* sysdeps/m68k/coldfire/bits/atomic.h: Move to ...
	* sysdeps/m68k/coldfire/atomic-machine.h: ...here.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/m68k/m680x0/m68020/bits/atomic.h: Move to ...
	* sysdeps/m68k/m680x0/m68020/atomic-machine.h: ...here.
	* sysdeps/microblaze/bits/atomic.h: Move to ...
	* sysdeps/microblaze/atomic-machine.h: ...here.
	* sysdeps/mips/bits/atomic.h: Move to ...
	* sysdeps/mips/atomic-machine.h: ...here.
	(_MIPS_BITS_ATOMIC_H): Rename macro to _MIPS_ATOMIC_MACHINE_H.
	* sysdeps/powerpc/bits/atomic.h: Move to ...
	* sysdeps/powerpc/atomic-machine.h: ...here.  Update comments.
	* sysdeps/powerpc/powerpc32/bits/atomic.h: Move to ...
	* sysdeps/powerpc/powerpc32/atomic-machine.h: ...here.  Update
	comments.  Include <atomic-machine.h> instead of <bits/atomic.h>.
	* sysdeps/powerpc/powerpc64/bits/atomic.h: Move to ...
	* sysdeps/powerpc/powerpc64/atomic-machine.h: ...here.  Include
	<atomic-machine.h> instead of <bits/atomic.h>.
	* sysdeps/s390/bits/atomic.h: Move to ...
	* sysdeps/s390/atomic-machine.h: ...here.
	* sysdeps/sparc/sparc32/bits/atomic.h: Move to ...
	* sysdeps/sparc/sparc32/atomic-machine.h: ...here.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/sparc/sparc32/sparcv9/bits/atomic.h: Move to ...
	* sysdeps/sparc/sparc32/sparcv9/atomic-machine.h: ...here.
	* sysdeps/sparc/sparc64/bits/atomic.h: Move to ...
	* sysdeps/sparc/sparc64/atomic-machine.h: ...here.
	* sysdeps/tile/bits/atomic.h: Move to ...
	* sysdeps/tile/atomic-machine.h: ...here.
	* sysdeps/tile/tilegx/bits/atomic.h: Move to ...
	* sysdeps/tile/tilegx/atomic-machine.h: ...here.  Include
	<sysdeps/tile/atomic-machine.h> instead of
	<sysdeps/tile/bits/atomic.h>.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/tile/tilepro/bits/atomic.h: Move to ...
	* sysdeps/tile/tilepro/atomic-machine.h: ...here.  Include
	<sysdeps/tile/atomic-machine.h> instead of
	<sysdeps/tile/bits/atomic.h>.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/unix/sysv/linux/arm/bits/atomic.h: Move to ...
	* sysdeps/unix/sysv/linux/arm/atomic-machine.h: ...here.  Include
	<sysdeps/arm/atomic-machine.h> instead of
	<sysdeps/arm/bits/atomic.h>.
	* sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Move to ...
	* sysdeps/unix/sysv/linux/hppa/atomic-machine.h: ...here.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: Move to ...
	* sysdeps/unix/sysv/linux/m68k/coldfire/atomic-machine.h: ...here.
	(_BITS_ATOMIC_H): Rename macro to _ATOMIC_MACHINE_H.
	* sysdeps/unix/sysv/linux/nios2/bits/atomic.h: Move to ...
	* sysdeps/unix/sysv/linux/nios2/atomic-machine.h: ...here.
	(_NIOS2_BITS_ATOMIC_H): Rename macro to _NIOS2_ATOMIC_MACHINE_H.
	* sysdeps/unix/sysv/linux/sh/bits/atomic.h: Move to ...
	* sysdeps/unix/sysv/linux/sh/atomic-machine.h: ...here.
	* sysdeps/x86_64/bits/atomic.h: Move to ...
	* sysdeps/x86_64/atomic-machine.h: ...here.
	* include/atomic.h: Include <atomic-machine.h> instead of
	<bits/atomic.h>.
2015-09-11 20:00:19 +00:00
..
byteswap-16.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
byteswap.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
confname.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dirent.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
dlfcn.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
elfclass.h Update. 1999-07-27 05:53:25 +00:00
endian.h
environments.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
errno.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fcntl.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fenv.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
fenvinline.h Update. 1999-11-11 01:05:26 +00:00
huge_val.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
huge_valf.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
huge_vall.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
in.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
inf.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ioctl-types.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ioctls.h
ipc.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ipctypes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
libm-simd-decl-stubs.h Vector sincos for x86_64 and tests. 2015-06-18 17:55:55 +03:00
link.h * csu/elf-init.c (__libc_csu_fini): Don't do anything here. 2005-01-06 22:40:27 +00:00
local_lim.h
math-vector.h This patch adds infrastructure for addition of SIMD 2015-05-14 18:07:06 +03:00
mathdef.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mathinline.h * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. 2007-03-17 17:04:28 +00:00
mman-linux.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mman.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
mqueue.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
msq.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
nan.h
netdb.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
param.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
poll.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
posix_opt.h
pthreadtypes.h 2002-11-10 Roland McGrath <roland@redhat.com> 2002-11-10 23:22:35 +00:00
resource.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sched.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
select.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sem.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
setjmp.h
shm.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigaction.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigcontext.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
siginfo.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
signum.h Add SIGWINCH to generic <bits/signum.h>. 2015-07-23 16:44:47 -07:00
sigset.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigstack.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sigthread.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sockaddr.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
socket.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stat.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statfs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
statvfs.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
stdlib-bsearch.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
string.h Define _STRING_ARCH_unaligned unconditionally 2014-04-09 15:05:36 -05:00
stropts.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
sys_errlist.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
syslog-path.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
termios.h Fix visibility of EXTPROC macro 2015-03-22 17:29:14 +01:00
time.h Define CLOCKS_PER_SEC type to the type clock_t 2015-01-06 04:59:13 -08:00
types.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
typesizes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
uio.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
ustat.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
utmp.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
utsname.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
waitflags.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
waitstatus.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wchar.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
wordsize.h Update. 1999-05-19 15:35:26 +00:00
xtitypes.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00