summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-1/+0
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-231-2/+2
* Don't explicitly specify c99 or gnu99 as the default is now gnu99.Xin LI2020-08-171-1/+0
* Include FreeBSD ABI tag note in the ELF runtime loader.John Baldwin2020-07-161-1/+3
* Remove tests for obsolete compilers in the build systemEric van Gyzen2020-05-121-4/+0
* Move ARM specific flags to arm/Makefile.incMichal Meloun2020-04-291-3/+1
* Don't allow to use FPU inside of rtld library.Michal Meloun2020-04-291-0/+3
* rtld: clean up Makefile.Konstantin Belousov2020-01-111-30/+3
* libcompat: Correct rtld MLINKSBrooks Davis2019-11-121-1/+1
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-8/+12
* Revert r354449: libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-12/+8
* libcompat: build 32-bit rtld and ldd as part of "everything"Brooks Davis2019-11-071-8/+12
* Reduce size of rtld by 22% by pulling in less code from libcAlex Richardson2019-06-301-1/+2
* ld-elf.so: make LD_DEBUG always functional.Konstantin Belousov2019-04-141-1/+1
* revert r341429 "disable BIND_NOW in libc, libthr, and rtld"Ed Maste2019-03-281-1/+0
* Add WITH_PIE knob to build Position Independent ExecutablesEd Maste2019-02-151-0/+1
* Rename rtld-elf/malloc.c to rtld-elf/rtld_malloc.c.Konstantin Belousov2019-01-301-3/+11
* disable BIND_NOW in libc, libthr, and rtldEd Maste2018-12-031-0/+1
* Revert r340843 - addressed independently in r340842!Conrad Meyer2018-11-231-4/+0
* rtld: Silence a false positive GCC 6.4.0 warningConrad Meyer2018-11-231-0/+4
* rtld-elf: fix more warnings to allow compiling with WARNS=6Alex Richardson2018-10-291-2/+7
* rtld-elf: compile with WANRS=4 warnings other than -Wcast-alignAlex Richardson2018-10-291-1/+8
* 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