PATCH: PR libc/12518: Provide GLIBC_2_2_5/GLIBC_2_14 memcpy

Jakub Jelinek jakub@redhat.com
Sat Mar 26 18:46:00 GMT 2011


On Sat, Mar 26, 2011 at 09:10:17AM -0700, H.J. Lu wrote:
> --- a/sysdeps/x86_64/multiarch/Versions
> +++ b/sysdeps/x86_64/multiarch/Versions
> @@ -2,4 +2,7 @@ libc {
>    GLIBC_PRIVATE {
>      __get_cpu_features;
>    }
> +  GLIBC_2.14 {
> +    memcpy;
> +  }
>  }

Whether memcpy@@GLIBC_2.14 is exported or not should not depend
on whether you configure glibc with --enable-multiarch or not.
Thus, the memcpy export for x86_64 needs to be in sysdeps/x86_64/Versions
and you need to also adjust sysdeps/x86_64/memcpy*

	Jakub



More information about the Libc-alpha mailing list