dynamic linking support for powerpc
authorRich Felker <dalias@aerifal.cx>
Sat, 17 Nov 2012 03:22:34 +0000 (22:22 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 17 Nov 2012 03:22:34 +0000 (22:22 -0500)
commita4db94ab78db29eddc957879251f3e0bc7ffb571
tree400b05bdf99da781434c588eb56e40baef733ad6
parent7718e7cce5730265f2707fe378ec263b4c35624d
dynamic linking support for powerpc

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.
arch/powerpc/reloc.h
src/ldso/powerpc/start.s