]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rtld: unconditionally generate map file during build
authorKonstantin Belousov <kib@FreeBSD.org>
Wed, 28 Feb 2024 00:04:37 +0000 (02:04 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 29 Feb 2024 00:26:51 +0000 (02:26 +0200)
commit799940154c70597a46627deb4d0b98e174b27b98
tree2b1681074441b950e3e2b7809ff29c0cb67335d9
parent7ee47c3bb7a6d85744e2747ec969161eed5bbaab
rtld: unconditionally generate map file during build

It is needed at least to ensure that undesirable code is not linked into
rtld from libsys/libc, and adding the map file option each time is not
productive.

Reviewed by: brooks, emaste
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D44136
libexec/rtld-elf/Makefile