This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] elf: Always set l in _dl_init_paths (Bug 23462).
* Carlos O'Donell:
>> Does this change enable DT_RUNPATH/DT_RPATH for statically linked
>> binaries? Should that receive a NEWS entry and a test?
>
> It does enable DT_RUNPATH/DT_RPATH for statically linked binaries,
> and we should probably add a test for that?
Right.
> If you think the semantic change here is wrong, please call that out.
No, I think it would be a useful feature. I sort-of ran into this here:
resolv/tst-idna_name_classify: Isolate from system libraries
<https://sourceware.org/ml/libc-alpha/2019-10/msg00338.html>
And I briefly wondered if we should do this automatically for
--enable-hardcoded-path-in-tests.
Thanks,
Florian