public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Sunil Pandey <skpgkp2@gmail.com>
To: Gabi Falk <gabifalk@gmx.com>
Cc: libc-alpha@sourceware.org, Sam James <sam@gentoo.org>
Subject: Re: [PATCH] x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)
Date: Tue, 7 May 2024 11:59:20 -0700	[thread overview]
Message-ID: <CAMAf5_fh1z+NDR_Y0qvygdm-r=NTnWmuDYnWFLXRKURRqxC=4A@mail.gmail.com> (raw)
In-Reply-To: <20240507182502.3820027-1-gabifalk@gmx.com>

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

On Tue, May 7, 2024 at 11:27 AM Gabi Falk <gabifalk@gmx.com> wrote:

> This code expects the WCSCAT preprocessor macro to be predefined in case
> the evex implementation of the function should be defined with a name
> different from __wcsncat_evex.  However, when glibc is built for
> x86-64-v4 without multiarch support, sysdeps/x86_64/wcsncat.S defines
> WCSNCAT variable instead of WCSCAT to build it as wcsncat.  Rename the
> variable to WCSNCAT, as it is actually a better naming choice for the
> variable in this case.
>
> Reported-by: Kenton Groombridge
> Link: https://bugs.gentoo.org/921945
> Fixes: 64b8b6516b ("x86: Add evex optimized functions for the wchar_t
> strcpy family")
> Signed-off-by: Gabi Falk <gabifalk@gmx.com>
> ---
>  sysdeps/x86_64/multiarch/wcsncat-evex.S | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/sysdeps/x86_64/multiarch/wcsncat-evex.S
> b/sysdeps/x86_64/multiarch/wcsncat-evex.S
> index 392215950a..10bfb0a531 100644
> --- a/sysdeps/x86_64/multiarch/wcsncat-evex.S
> +++ b/sysdeps/x86_64/multiarch/wcsncat-evex.S
> @@ -1,9 +1,9 @@
> -#ifndef WCSCAT
> -# define WCSCAT        __wcsncat_evex
> +#ifndef WCSNCAT
> +# define WCSNCAT       __wcsncat_evex
>  #endif
>
>  #define USE_AS_WCSCPY
>  #define USE_AS_STRCAT
>
> -#define STRNCAT        WCSCAT
> +#define STRNCAT        WCSNCAT
>  #include "strncat-evex.S"
> --
> gabi
>
>
LGTM
Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

--Sunil

      reply	other threads:[~2024-05-07 18:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-07 18:25 Gabi Falk
2024-05-07 18:59 ` Sunil Pandey [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMAf5_fh1z+NDR_Y0qvygdm-r=NTnWmuDYnWFLXRKURRqxC=4A@mail.gmail.com' \
    --to=skpgkp2@gmail.com \
    --cc=gabifalk@gmx.com \
    --cc=libc-alpha@sourceware.org \
    --cc=sam@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).