aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-09-261-0/+1
* MFC r346216:Konstantin Belousov2019-04-211-1/+1
* MFC r339877-r339879,r343564-r343566,r343580,r343754:Konstantin Belousov2019-02-111-4/+24
* Move libmap.conf to libexec/rtld-elf/Brad Davis2018-09-181-0/+1
* Make rtld use libc_nossp_pic.a. Remove SSP shims.Konstantin Belousov2018-05-091-1/+1
* Compile reloc.o with -fno-jump-tables on MIPS.John Baldwin2017-08-301-0/+3
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-1/+1
* Assert that there is no unresolved symbols during rtld linking.Konstantin Belousov2016-11-151-1/+1
* Update hint to utilize user variable.Konstantin Belousov2016-11-151-1/+1
* Fix race for incrementally rebuilding VERSION_MAP.Bryan Drewery2016-07-031-2/+1
* MFHGlen Barber2016-04-041-0/+3
|\
| * WITHOUT_TOOLCHAIN: Fix build of rtld.Bryan Drewery2016-03-311-0/+3
* | Remove libc, librtld_db, libthr packages, and further increaseGlen Barber2016-02-051-1/+4
* | Include ld-elf.so and ld-elf32.so in the librtld_dbGlen Barber2016-02-051-0/+1
|/
* Follow-on to r291666: use -ffreestanding instead of -fno-builtin.Nathan Whitehorn2015-12-031-1/+1
* Fix build on GCC 5.2 where, at least on PPC64, the compiler would "optimize"Nathan Whitehorn2015-12-031-2/+1
* Fix build after r291620.Bryan Drewery2015-12-011-1/+1
* Don't override LIB*DIR variables from src.libnames.mk.Bryan Drewery2015-12-011-4/+2
* Use LIBEXECDIR for /usr/libexec.Bryan Drewery2015-11-261-1/+1
* META_MODE: No need to fix the link in this case.Bryan Drewery2015-09-181-1/+1
* Change compiler setting to make default visibility of the symbols forKonstantin Belousov2015-03-291-0/+3
* Convert to LIBADDBaptiste Daroussin2014-11-251-4/+2
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-1/+1
* Document the whole settings needed to build a debug version of rtld.Konstantin Belousov2014-08-291-0/+4
* Revert r267233 for now. PIE support needs to be reworked.Bryan Drewery2014-08-191-2/+0
* Test RTLD's new LD_LIBRARY_PATH_FDS variable.Jonathan Anderson2014-06-201-0/+4
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-081-0/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* Replace LIBGCC by LIBCOMPILER_RT.Ed Schouten2014-01-181-5/+6
* When building for ARM EABI link against libgcc for the __aeabi_* functions.Andrew Turner2013-01-191-0/+10
* Use absolute path for /usr/libexec/ld-elf.so.1 symlink.Pawel Jakub Dawidek2012-12-041-2/+2
* Do not change entire BINDIR, it might be needed later, just changePawel Jakub Dawidek2012-12-041-2/+2
* Change /usr/libexec/ld-elf.so.1 to point at ../../libexec/ld-elf.so.1Pawel Jakub Dawidek2012-12-041-1/+1
* Remove libssp_nonshared from the rtld linking set. The only use for theKonstantin Belousov2012-03-241-1/+1
* Centralize the calculation of the top source directory. ThisKonstantin Belousov2012-03-231-2/+3
* Add support for preinit, init and fini arrays. Some ABIs, inKonstantin Belousov2012-03-111-0/+1
* Rtld links with the specially built pic static libc library to get someKonstantin Belousov2011-08-241-1/+1
* Compile RTLD with global dot symbols on 64-bit PowerPC, as a crutch forNathan Whitehorn2011-06-081-0/+1
* Add a hook to pass debug flags to the build of rtld when doing make inKonstantin Belousov2010-12-251-1/+1
* Use -fPIC to build libexec/rtld-elf on sparc64, so it will also be ableDimitry Andric2010-11-111-1/+6
* Unbreak ia64.Marcel Moolenaar2010-10-221-2/+0
* Make RTLD work on powerpc64 again. If there is a sub-directory namedNathan Whitehorn2010-08-241-7/+10
* MFtbemd:Warner Losh2010-08-231-7/+7
* RTLD support for powerpc64. A few small modifications to the MakefileNathan Whitehorn2010-07-101-0/+4
* Make WARNS=6 the default for libexec/.Ed Schouten2010-01-021-0/+1
* Second attempt at eliminating .text relocations in shared librariesAlexander Kabaev2009-07-141-1/+1
* Back out previous revision until better tested fix is ready.Alexander Kabaev2009-06-291-1/+1
* Eliminate .text relocations in shared libraries compiled with stack protector.Alexander Kabaev2009-06-281-1/+1