Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tilegx, tilepro, and linux-generic from ports to libc. | Chris Metcalf | 2014-02-10 | 8 | -364/+0 |
| | | | | | | | | | | | | | | | | 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 c6bfe5c4d75 and tested the 64-bit tilegx build to confirm that there were no changes in "objdump -dr" output in the shared objects. | ||||
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 7 | -7/+7 |
| | |||||
* | tile: default to little-endian in bits/endian.h | Chris Metcalf | 2013-06-13 | 1 | -3/+1 |
| | | | | | | This turns out to be helpful when doing a from-scratch cross-compile of gcc and glibc, since you can then do "make install-headers" in glibc even before you have a functioning tile gcc. | ||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 7 | -7/+7 |
| | |||||
* | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | 2012-11-20 | 1 | -1/+3 |
| | |||||
* | Make fenv.h FE_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-03 | 1 | -3/+4 |
| | |||||
* | Move all files into ports/ subdirectory in preparation for merge with glibc glibc-2.16-ports-before-merge | Joseph Myers | 2012-07-01 | 8 | -0/+363 |