Searched hist:e3e21edb19b4535dde96a616963cf8ac4e648c13 (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | debug.h | diff e3e21edb19b4535dde96a616963cf8ac4e648c13 Sun Apr 14 20:04:53 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> ld-elf.so: make LD_DEBUG always functional.
This causes some increase of the dynamic linker size, but benefits of avoiding compiling private copy or the linker when debugging is required. definitely worth it.
The dbg() calls can be compiled out by defining LD_NO_DEBUG symbol.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
|
H A D | Makefile | diff e3e21edb19b4535dde96a616963cf8ac4e648c13 Sun Apr 14 20:04:53 CEST 2019 Konstantin Belousov <kib@FreeBSD.org> ld-elf.so: make LD_DEBUG always functional.
This causes some increase of the dynamic linker size, but benefits of avoiding compiling private copy or the linker when debugging is required. definitely worth it.
The dbg() calls can be compiled out by defining LD_NO_DEBUG symbol.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
|