[PATCH 2/2] dlfcn,elf: implement dlmem() function [BZ #11767]

stsp stsp2@yandex.ru
Sat Feb 11 20:10:28 GMT 2023


Hello,

11.02.2023 02:51, Joseph Myers пишет:
> On Fri, 10 Feb 2023, Stas Sergeev via Libc-alpha wrote:
>
>> diff --git a/dlfcn/Versions b/dlfcn/Versions
>> index cc34eb824d..6ce06cfaaf 100644
>> --- a/dlfcn/Versions
>> +++ b/dlfcn/Versions
>> @@ -25,6 +25,7 @@ libc {
>>       dlinfo;
>>       dlmopen;
>>       dlopen;
>> +    dlmem;
>>       dlsym;
>>       dlvsym;
>>     }
> A new function needs to be given the symbol version of the *next* release,
> not added to Versions for an *old* release.  And then all abilist files
> need updating, not just one.

Changed to 2.37, updated abifiles.


>> +#include "../test-skeleton.c"
> New tests should not use the old test-skeleton.c, they should use
> <support/test-driver.c> instead.
Done and re-sent.


More information about the Libc-alpha mailing list