glibc/sysdeps
Chris Metcalf 4372980f58 Move tilegx, tilepro, and linux-generic from ports to libc.
I've moved the TILE-Gx and TILEPro ports to the main sysdeps hierarchy,
along with the linux-generic ports infrastructure.  Beyond the README
update, the move was just

    git mv ports/sysdeps/tile sysdeps/tile
    git mv ports/sysdeps/unix/sysv/linux/tile \
      sysdeps/unix/sysv/linux/tile
    git mv ports/sysdeps/unix/sysv/linux/generic \
      sysdeps/unix/sysv/linux/generic

I updated the relevant ChangeLogs along the lines of the ARM move
in commit c6bfe5c4d7 and tested the 64-bit tilegx build to confirm that
there were no changes in "objdump -dr" output in the shared objects.
2014-02-10 11:04:39 -05:00
..
arm Fix whitespace in ARM files to allow move. 2014-02-08 01:52:38 +00:00
generic Avoid comma operator warnings. 2014-02-07 15:26:28 -08:00
gnu Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
i386 Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
ieee754 Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +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 Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
powerpc Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
pthread Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
s390 Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
sh Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
sparc Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
tile Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05:00
unix Move tilegx, tilepro, and linux-generic from ports to libc. 2014-02-10 11:04:39 -05: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 Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00