mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
(cherry picked from commit 1283948f23
)
This commit is contained in:
parent
58947e1fa5
commit
d422197a69
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user