summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use new backup feature of install(1).ru2001-05-281-14/+1
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-1/+1
* We shouldn't use cp to save the old ld-elf.so.1. Use the sanctioned toolgreen2000-07-201-1/+2
* When installing the dynamic linker, save the previous version injdp2000-07-081-0/+12
* Fixed missing DPADDs.bde2000-03-271-4/+5
* Add a manual page for the ELF dynamic linker. I initially createdjdp2000-01-291-1/+2
* Add a new function dllockinit() for registering thread lockingjdp1999-12-271-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a MAINTAINER line naming myself. We control the vertical. Wejdp1999-07-091-1/+2
* Eliminate all machine-dependent code from the main source body andjdp1999-04-091-12/+27
* - Set the system immutable flag when installing ld.so to avoid peoplenate1999-02-151-2/+3
* Add alpha support.dfr1998-09-041-6/+14
* Add "-C" to INSTALLFLAGS to install atomically. An elf->elfjdp1998-08-171-1/+3
* Add GDB support. The method and some of the code came from NetBSD's elfdfr1998-04-301-2/+2
* Import the ELF dynamic linker. This is the ElfKit version withjdp1998-03-071-0/+15
OpenPOWER on IntegriCloud