about summary refs log tree commit diff
path: root/arch/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* ppc socket.h: add forgotten cmsghdrrofl0r2012-11-181-0/+7
|
* dynamic linking support for powerpcRich Felker2012-11-161-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 definitionRich Felker2012-11-161-4/+3
|
* fix powerpc termios.h and ioctl.hrofl0r2012-11-162-192/+232
|
* ppc wchar_t is long, not intRich Felker2012-11-151-1/+1
|
* fix powerpc atomic compare-and-swap functionRich Felker2012-11-141-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 archsRich Felker2012-11-141-14/+6
|
* fix wchar limits mistakenly copied from armRich Felker2012-11-141-2/+2
|
* PPC port cleaned up, static linking works well now.rofl0r2012-11-1329-0/+2040