summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/powerpc/rtld_start.S
Commit message (Collapse)AuthorAgeFilesLines
* Mark rtld on PowerPC as not requiring executable stack.kib2011-01-141-1/+1
| | | | Reviewed and tested by: nwhitehorn
* Support the extended PLT format used when objects have more than 8192nwhitehorn2010-02-221-0/+6
| | | | PLT relocations on PPC32.
* Allow threading libraries to register their own lockingkan2003-05-291-6/+6
| | | | | | | | | | implementation in case default one provided by rtld is not suitable. Consolidate various identical MD lock implementation into a single file using appropriate machine/atomic.h. Approved by: re (scottl)
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-041-0/+194
for binutils 2.13 Reviewed by: benno Approved by: re (blanket)
OpenPOWER on IntegriCloud