glibc/ports/sysdeps
Joseph Myers 852fa2dd3a Move shared sysdeps files from alpha to arm.
This patch prepares for moving arm from ports to libc (see overall
plan at <https://sourceware.org/ml/libc-alpha/2014-01/msg00373.html>
and discussion of ordering starting at
<https://sourceware.org/ml/libc-ports/2014-01/msg00071.html>) by
reversing the #include order between arm and alpha, so that arm can
move early as a test for the general pattern of moving architectures.
MicroBlaze files (that used the same alpha files) were made to include
the files directly from their new locations rather than indirecting.

Tested that disassembly of installed shared libraries for arm is the
same before and after this patch.

	* sysdeps/unix/sysv/linux/alpha/msgctl.c: Move to
	sysdeps/unix/sysv/linux/arm/msgctl.c and #include that file.
	* sysdeps/unix/sysv/linux/alpha/semctl.c: Move to
	sysdeps/unix/sysv/linux/arm/semctl.c and #include that file.
	* sysdeps/unix/sysv/linux/alpha/shmctl.c: Move to
	sysdeps/unix/sysv/linux/arm/shmctl.c and #include that file.

	* sysdeps/unix/sysv/linux/arm/msgctl.c: Move from
	sysdeps/unix/sysv/linux/alpha/msgctl.c instead of #include of that
	file.
	* sysdeps/unix/sysv/linux/arm/semctl.c: Move from
	sysdeps/unix/sysv/linux/alpha/semctl.c instead of #include of that
	file.
	* sysdeps/unix/sysv/linux/arm/shmctl.c: Move from
	sysdeps/unix/sysv/linux/alpha/shmctl.c instead of #include of that
	file.

	* sysdeps/unix/sysv/linux/microblaze/msgctl.c: Include
	sysdeps/unix/sysv/linux/arm/msgctl.c instead of
	sysdeps/unix/sysv/linux/alpha/msgctl.c.
	* sysdeps/unix/sysv/linux/microblaze/semctl.c: Include
	sysdeps/unix/sysv/linux/arm/semctl.c instead of
	sysdeps/unix/sysv/linux/alpha/semctl.c.
	* sysdeps/unix/sysv/linux/microblaze/shmctl.c: Include
	sysdeps/unix/sysv/linux/arm/shmctl.c instead of
	sysdeps/unix/sysv/linux/alpha/shmctl.c.
2014-02-08 01:17:28 +00:00
..
aarch64 [AArch64] Regenerate libm-test-ulps. 2014-01-29 14:47:48 +00:00
alpha alpha: Update libm-test-ulps 2014-01-24 09:43:19 -08:00
arm ARM: Don't apply pointer encryption to the frame pointer 2014-01-14 14:02:34 +00:00
hppa [hppa] Regenerate libm-test-ulps. 2014-02-03 16:22:22 -05:00
ia64 ia64: regen libm-test-ulps from scratch 2014-01-06 20:37:47 -05:00
m68k m68k: regenerate libm test ULPs 2014-01-27 18:43:22 +01:00
microblaze microblaze: Update libm-test-ulps 2014-02-05 17:25:43 +10:00
mips Regenerate MIPS ulps. 2014-01-01 15:54:30 +00:00
tile tile: Regenerate libm-test-ulps 2014-01-24 13:23:23 -05:00
unix Move shared sysdeps files from alpha to arm. 2014-02-08 01:17:28 +00:00