mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 22:40:05 +00:00
x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
This commit is contained in:
parent
90cbb80636
commit
1283948f23
@ -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