[PATCH v2] String: Add support for __memcmpeq() ABI on all targets

Joseph Myers joseph@codesourcery.com
Mon Sep 27 21:52:39 GMT 2021


On Mon, 27 Sep 2021, Noah Goldstein via Libc-alpha wrote:

> diff --git a/sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist
> index c5da10a0cd..51cf4ab216 100644
> --- a/sysdeps/mach/hurd/i386/libc.abilist
> +++ b/sysdeps/mach/hurd/i386/libc.abilist
> @@ -2409,6 +2409,7 @@ GLIBC_2.9 ns_name_skip F
>  GLIBC_2.9 ns_name_uncompress F
>  GLIBC_2.9 ns_name_unpack F
>  GLIBC_2.9 pipe2 F
> +GLIBC_2.35 __memcmpeq F

These files are sorted with LC_COLLATE=C, so GLIBC_2.35 comes after 
GLIBC_2.34 and before GLIBC_2.4.  (See "make update-all-abi" for updating 
all ABI baselines after making a glibc change, in the simple case where 
the same symbols are being added at the same version for all glibc 
configurations.)

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list