aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-elf/Makefile
Commit message (Expand)AuthorAgeFilesLines
* rtld: fix dependencies for rtld-libcBrooks Davis2025-08-081-0/+4
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Add a build knob for _FORTIFY_SOURCEKyle Evans2024-05-131-0/+4
* rtld: use generated map file to check for some leaks from libc into rtldKonstantin Belousov2024-02-291-0/+19
* rtld: unconditionally generate map file during buildKonstantin Belousov2024-02-291-0/+6
* Stop #defining FREEBSD_ELFJohn Baldwin2023-12-121-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* libexec: Automatically generate rtld-elf list and generalise TAGSJessica Clarke2023-07-271-2/+6
* rtld: don't add extraneous -L directory when MK_TOOLCHAIN == noEd Maste2023-05-021-3/+0
* rtld: Do not install libmap.conf when installing the COMPAT32 versionEmmanuel Vadot2021-10-131-0/+2
* Add build system support for ASAN+UBSAN instrumentationAlex Richardson2021-08-021-0/+3
* rtld-elf: link libcompiler_rt on all architecturesRyan Libby2020-12-281-0/+4
* 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