glibc/sysdeps
Joseph Myers c6bfe5c4d7 Move arm from ports to libc.
I've moved the ARM port from ports to the main sysdeps hierarchy.
Beyond the README update, the move of the files was simply

git mv ports/sysdeps/arm sysdeps/arm
git mv ports/sysdeps/unix/arm sysdeps/unix/arm
git mv ports/sysdeps/unix/sysv/linux/arm sysdeps/unix/sysv/linux/arm

and in addition to the ChangeLog entries here, I put a note at the top
of ports/ChangeLog.arm similar to that at the top of
ChangeLog.powerpc.  There is deliberately no NEWS change, as I think
it makes the most sense to put in a general note above all ports
having moved if we can achieve that for 2.20.

Tested that disassembly of installed shared libraries for arm is the
same before and after this patch, except for data (not instructions)
in ld.so (there are assertions in sysdeps/arm/dl-machine.h, and the
path by which that file is found, and so by which it appears in the
assertion message, changes as a result of the move).

	* sysdeps/arm: Move directory from ports/sysdeps/arm.
	* sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
	* sysdeps/unix/sysv/linux/arm: Move directory from
	ports/sysdeps/unix/sysv/linux/arm.
	* README: Update listing for arm-*-linux-gnueabi.

ports/ChangeLog.arm:
	* sysdeps/arm: Move directory to ../sysdeps/arm.
	* sysdeps/unix/arm: Move directory to ../sysdeps.arm.
	* sysdeps/unix/sysv/linux/arm: Move directory to
	../sysdeps/unix/sysv/linux/arm.
2014-02-08 01:49:39 +00:00
..
arm Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
generic Avoid comma operator warnings. 2014-02-07 15:26:28 -08:00
gnu Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
i386 Fix a thinko/typo in i686's memmove (aka __memmove_ia32). 2014-01-09 09:49:54 +13:00
ieee754 [BZ #16427] Fix ldbl-128 exp overflows. 2014-01-15 09:50:31 +01:00
init_array Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
mach Revert "Patch [1/4] async-signal safe TLS." 2014-02-06 08:46:20 +10:00
posix Do not enable asynchronous cancellation in system. Fixes bug 14782. 2014-01-15 18:39:21 +01:00
powerpc abilist-pattern configurability 2014-02-04 09:48:47 -02:00
pthread Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
s390 s390: implement sotruss support 2014-01-16 15:10:14 -05:00
sh Add -mieee to SH sysdep-CFLAGS for older SH compilers. 2014-01-28 09:03:14 +09:00
sparc Adjust sparc ULPs. 2014-02-04 20:54:58 -08:00
unix Move arm from ports to libc. 2014-02-08 01:49:39 +00:00
wordsize-32 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
wordsize-64 Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
x86 Disable x87 inline functions for SSE2 math 2014-01-29 11:19:05 -08:00
x86_64 Update x86_64 ULPs (AMD family 21, model 2) 2014-02-04 10:40:56 +10:00