Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | PPC port cleaned up, static linking works well now. | rofl0r | 2012-11-13 | 1 | -0/+36 |