Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add missing const on powerpc FE_DFL_ENV | Rich Felker | 2012-11-18 | 1 | -1/+1 | |
| | ||||||
* | fenv support for ppc, untested | Rich Felker | 2012-11-18 | 1 | -7/+28 | |
| | | | | based on code sent to the mailing list by nsz, with minor changes. | |||||
* | ppc socket.h: add forgotten cmsghdr | rofl0r | 2012-11-18 | 1 | -0/+7 | |
| | ||||||
* | dynamic linking support for powerpc | Rich Felker | 2012-11-16 | 1 | -8/+27 | |
| | | | | | | | | incomplete but at least partly working. requires all files to be compiled in the new "secure" plt model, not the old one that put plt code in the data segment. TLS is untested but may work. invoking the dynamic linker explicitly to load a program does not yet handle argv correctly. | |||||
* | fix ppc stat structure definition | Rich Felker | 2012-11-16 | 1 | -4/+3 | |
| | ||||||
* | fix powerpc termios.h and ioctl.h | rofl0r | 2012-11-16 | 2 | -192/+232 | |
| | ||||||
* | ppc wchar_t is long, not int | Rich Felker | 2012-11-15 | 1 | -1/+1 | |
| | ||||||
* | fix powerpc atomic compare-and-swap function | Rich Felker | 2012-11-14 | 1 | -6/+7 | |
| | | | | | previous version did not compare at all; it was just a fancy atomic write. untested. further atomic fixes may be needed. | |||||
* | update ppc atomic code to match the endian-agnostic version on other archs | Rich Felker | 2012-11-14 | 1 | -14/+6 | |
| | ||||||
* | fix wchar limits mistakenly copied from arm | Rich Felker | 2012-11-14 | 1 | -2/+2 | |
| | ||||||
* | PPC port cleaned up, static linking works well now. | rofl0r | 2012-11-13 | 29 | -0/+2040 | |