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

Joseph Myers joseph@codesourcery.com
Fri Feb 10 21:51:10 GMT 2023


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.

> +#include "../test-skeleton.c"

New tests should not use the old test-skeleton.c, they should use 
<support/test-driver.c> instead.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list