summaryrefslogtreecommitdiff
path: root/src/ldso/powerpc/start.s
AgeCommit message (Collapse)AuthorLines
2012-11-17arg-skipping code for powerpc dynamic linkerRich Felker-0/+8
this allows using the dynamic linker as a command to load programs.
2012-11-16dynamic linking support for powerpcRich Felker-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.
2012-11-14fix indention with spaces in powerpc asmRich Felker-20/+19
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+23