summaryrefslogtreecommitdiff
path: root/libexec/ld.so/Makefile
AgeCommit message (Expand)Author
2007-08-08on NOPIC architectures, do not build and install ld.so. this is inTheo de Raadt
2006-12-26no more seperate prebindTheo de Raadt
2006-05-11move prebind_strip(8) into ldconfig as the -D option; ok drahnTheo de Raadt
2006-05-04Dont build/install prebind tools just yet.Dale Rahn
2006-05-03prebind - how to prelink a binary without throwing security out the windowDale Rahn
2006-05-03Extra paranoid, do not allow the dynamic linker to have unresolved referencesDale Rahn
2005-09-28If there is some compilation error/warning in ld.so do not allow it toDale Rahn
2005-09-23sigh. againDale Rahn
2005-09-22Track if symbols are searched but missing while resolving GOT, ifDale Rahn
2005-09-16revert the debug enable.Dale Rahn
2005-09-16Rework symbol lookup to more closely match sun's documentation, nowDale Rahn
2005-03-23Code reorganization, move copied code in library.c and library_mquery.cDale Rahn
2004-05-26allow md makefile to supply LDADD; drahn@ okMichael Shalayeff
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-07-06various proto, ansi, and knf repair. tested on all architectures thatTheo de Raadt
2003-06-27put it in section 1Theo de Raadt
2003-06-26Manpage for ELF ld.so, derived from a.out version, not yet completeDale Rahn
2003-04-17mquery support, currently for i386 only.Dale Rahn
2002-10-21Remove the -D__PIC__ from this, it does not affect the buildingDale Rahn
2002-08-21Split out MD makefile parts into separate files and doArtur Grabowski
2002-07-27Just a skeleton for sparc. Builds, but pieces are missing and it doesn'tArtur Grabowski
2002-07-12Change ld.so search order/method to match the a.out ld.so.Dale Rahn
2002-05-25use _dl_strncmp() not strncmp(), _dl version is already present and used.Dale Rahn
2002-05-25_dl_strcmp() and _dl_strchr() exist, do not pull these routinesDale Rahn
2002-02-21cleanup of MD/MI ld.so (elf), most changes by art@ cleanup by me.Dale Rahn
2001-11-20bye bye, libdlPeter Valchev
2001-09-24sparc64 needs slightly different flags.Artur Grabowski
2001-09-23pass appropriate compilation flags for sparc64. needs to be compiled PIC.Dale Rahn
2001-07-20do not include or define things which are common for this subdir's parentMichael Shalayeff
2001-06-08No more need to pull in strlen from libc.Artur Grabowski
2001-05-23Do not enable debugging, such as PRINTF_DEBUG for ld.so, it becomesDale Rahn
2001-05-15Niklas, there is no excuse for breaking this codeTheo de Raadt
2001-05-14Commit initial alpha bits, to facilitate in-tree dev.Niklas Hallqvist
2000-09-17activate ldd, and indent some ld.so messages to make it easier to see what is...Theo de Raadt
2000-09-08PowerPC does not need to build this -Wall, if other archs would not.Dale S. Rahn
2000-06-13Initial import of ELF ld.so. This was written indepently of the gnu rtldDale S. Rahn