public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "H.J. Lu" <hjl.tools@gmail.com>
To: GNU C Library <libc-alpha@sourceware.org>
Subject: Re: [PATCH] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
Date: Sun, 6 Feb 2022 06:49:46 -0800	[thread overview]
Message-ID: <CAMe9rOo5xtdMVpXsX139-U3f=dDXwf8kwiBut95S1=Z-7PvedA@mail.gmail.com> (raw)
In-Reply-To: <20220206002912.2882194-1-hjl.tools@gmail.com>

On Sat, Feb 5, 2022 at 4:29 PM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> ---
>  sysdeps/x86/sysdep.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/sysdeps/x86/sysdep.h b/sysdeps/x86/sysdep.h
> index b92a0db5dd..60b366258f 100644
> --- a/sysdeps/x86/sysdep.h
> +++ b/sysdeps/x86/sysdep.h
> @@ -114,7 +114,8 @@ enum cf_protection_level
>  /* Local label name for asm code. */
>  #ifndef L
>  /* ELF-like local names start with `.L'.  */
> -# define L(name)       .L##name
> +# define LOCAL_LABEL(name) .L##name
> +# define L(name)       LOCAL_LABEL(name)
>  #endif
>
>  #define atom_text_section .section ".text.atom", "ax"
> --
> 2.34.1
>

I am checking this in.

-- 
H.J.

  reply	other threads:[~2022-02-06 14:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-06  0:29 H.J. Lu
2022-02-06 14:49 ` H.J. Lu [this message]
2022-05-12 19:07   ` Sunil Pandey

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='CAMe9rOo5xtdMVpXsX139-U3f=dDXwf8kwiBut95S1=Z-7PvedA@mail.gmail.com' \
    --to=hjl.tools@gmail.com \
    --cc=libc-alpha@sourceware.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).