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

Noah Goldstein goldstein.w.n@gmail.com
Tue Sep 28 01:24:15 GMT 2021


On Mon, Sep 27, 2021 at 4:52 PM Joseph Myers <joseph@codesourcery.com> wrote:
>
> 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.)

Fixed. But I'm not sure what I should do with "make update-all-abi". The build
doesn't have an errors irrelevant of the order in:
sysdeps/mach/hurd/i386/libc.abilist b/sysdeps/mach/hurd/i386/libc.abilist



>
> --
> Joseph S. Myers
> joseph@codesourcery.com


More information about the Libc-alpha mailing list