This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]