public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/release/2.33/master] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
@ 2022-05-17  4:38 Sunil Pandey
  0 siblings, 0 replies; only message in thread
From: Sunil Pandey @ 2022-05-17  4:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=09774a6e143361a95ff257229fc751240247a860

commit 09774a6e143361a95ff257229fc751240247a860
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Feb 5 11:06:01 2022 -0800

    x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
    
    (cherry picked from commit 1283948f236f209b7d3f44b69a42b96806fa6da0)

Diff:
---
 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 937180c1bd..deda1c4e49 100644
--- a/sysdeps/x86/sysdep.h
+++ b/sysdeps/x86/sysdep.h
@@ -111,7 +111,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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-17  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17  4:38 [glibc/release/2.33/master] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ)) Sunil Pandey

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).