about summary refs log tree commit diff
path: root/src/ldso/powerpc
Commit message (Collapse)AuthorAgeFilesLines
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-201-3/+3
| | | | | | the main motivation for this change is to aid in debugging. since the main program's entry point is also named _start, it was difficult to set breakpoints or quickly identify which _start execution stopped in.
* arg-skipping code for powerpc dynamic linkerRich Felker2012-11-171-0/+8
| | | | this allows using the dynamic linker as a command to load programs.
* dynamic linking support for powerpcRich Felker2012-11-161-17/+16
| | | | | | | | 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 indention with spaces in powerpc asmRich Felker2012-11-142-27/+26
|
* PPC port cleaned up, static linking works well now.rofl0r2012-11-132-0/+31