summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r291348:bdrewery2015-12-041-1/+1
* MFC r280816:kib2015-04-121-0/+3
* MFC r270803:kib2014-09-011-0/+4
* When building for ARM EABI link against libgcc for the __aeabi_* functions.andrew2013-01-191-0/+10
* Use absolute path for /usr/libexec/ld-elf.so.1 symlink.pjd2012-12-041-2/+2
* Do not change entire BINDIR, it might be needed later, just changepjd2012-12-041-2/+2
* Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1pjd2012-12-041-1/+1
* Remove libssp_nonshared from the rtld linking set. The only use for thekib2012-03-241-1/+1
* Centralize the calculation of the top source directory. Thiskib2012-03-231-2/+3
* Add support for preinit, init and fini arrays. Some ABIs, inkib2012-03-111-0/+1
* Rtld links with the specially built pic static libc library to get somekib2011-08-241-1/+1
* Compile RTLD with global dot symbols on 64-bit PowerPC, as a crutch fornwhitehorn2011-06-081-0/+1
* Add a hook to pass debug flags to the build of rtld when doing make inkib2010-12-251-1/+1
* Use -fPIC to build libexec/rtld-elf on sparc64, so it will also be abledim2010-11-111-1/+6
* Unbreak ia64.marcel2010-10-221-2/+0
* Make RTLD work on powerpc64 again. If there is a sub-directory namednwhitehorn2010-08-241-7/+10
* MFtbemd:imp2010-08-231-7/+7
* RTLD support for powerpc64. A few small modifications to the Makefilenwhitehorn2010-07-101-0/+4
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+1
* Second attempt at eliminating .text relocations in shared librarieskan2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.kan2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.kan2009-06-281-1/+1
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-2/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+2
* Don't enable symbol versioning on ia64 for now. It causesmarcel2007-05-161-0/+2
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-131-1/+3
* Retire rtld-specific Versions.def. Symbols exported by rtld are supposedkan2007-04-291-2/+3
* Bring rtld exports in line with corresponding symbols exported fromkan2007-04-091-1/+1
* Prepare rtld for symbol versioning. Disable it by default for now.kan2007-04-031-22/+16
* So do it like we do in usr.bin/tip/tip/Makefile. ;)ru2004-11-141-0/+2
* Revert previous commit. As ru explains:schweikh2004-11-141-1/+1
* Avoid an (ignored) error by invoking chflags on the link target, not theschweikh2004-11-141-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarru2004-11-031-1/+2
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* This comment should have been removed in the previous commit.cognet2004-06-171-1/+0
* Woohoo !cognet2004-06-171-2/+0
* Work around a problem somewhere with binutils (?) on arm, hopefully withoutcognet2004-05-151-0/+3
* Fix breakage caused by alphabetically sorting SRCS: rtld_start.S must come fi...se2004-05-141-1/+2
* Import arm bits for rtld-elf.cognet2004-05-141-2/+2
* Add initial support for compiling a special 32 bit version ofpeter2004-03-211-1/+1
* Retire the WITH_LIBMAP compile knob; libmap is now a standard feature.mdodd2003-09-131-10/+1
* Forgot one instance of ld-elf.so.1. Convert to ${PROG}gordon2003-08-171-1/+1
* Don't forget to honor DESTDIR. Also switch over to using PROG instead ofgordon2003-08-171-2/+2
* Don't forget to chflags noschg the existing binary so we can symlinkgordon2003-08-171-0/+5
* As long threatened, stage 2 of making a dynamically-linked root a reality.gordon2003-08-171-0/+2
* Set CSTD to gnu99. We can only use on of the gnu?9 C languages.obrien2003-06-041-0/+1
* Allow threading libraries to register their own lockingkan2003-05-291-2/+3
* Dynamic object dependency mapping: libmap.mdodd2003-04-071-0/+9
* Advertize rtld(1) as ld.so(1) in manual pages worldphantom2003-02-131-1/+2
* Dillon's recent commits to the dynamic linker without running themjdp2002-06-101-1/+0
OpenPOWER on IntegriCloud