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)
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.


No differences found