Searched hist:f940929d411102d6925e158de90d8d23b3774df6 (Results 1 – 2 of 2) sorted by relevance
/freebsd/libexec/rtld-elf/ |
H A D | rtld_paths.h | diff f940929d411102d6925e158de90d8d23b3774df6 Sun Jul 09 19:49:07 CEST 2023 Jessica Clarke <jrtc27@FreeBSD.org> rtld-elf: Migrate from COMPAT_32BIT to generic COMPAT_libcompat/LIBCOMPAT
We still have a tiny amount of libcompat-specific code in rtld_paths.h, but it's been deduplicated as much as possible, and in future we may wish to just push these variables down to the few consumers of them and make them use the double-underscore variants with a libcompat argument rather than give them names here.
See commit 8fad2cda93c7 ("bsd.compat.mk: Provide new CPP and sub-make variables") for the context behind this change.
Reviewed by: kib, brooks, jhb Differential Revision: https://reviews.freebsd.org/D40925
|
H A D | rtld.c | diff f940929d411102d6925e158de90d8d23b3774df6 Sun Jul 09 19:49:07 CEST 2023 Jessica Clarke <jrtc27@FreeBSD.org> rtld-elf: Migrate from COMPAT_32BIT to generic COMPAT_libcompat/LIBCOMPAT
We still have a tiny amount of libcompat-specific code in rtld_paths.h, but it's been deduplicated as much as possible, and in future we may wish to just push these variables down to the few consumers of them and make them use the double-underscore variants with a libcompat argument rather than give them names here.
See commit 8fad2cda93c7 ("bsd.compat.mk: Provide new CPP and sub-make variables") for the context behind this change.
Reviewed by: kib, brooks, jhb Differential Revision: https://reviews.freebsd.org/D40925
|