mirror of git://sourceware.org/git/glibc.git
				
				
				
			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. */ | /* Local label name for asm code. */ | ||||||
| #ifndef L | #ifndef L | ||||||
| /* ELF-like local names start with `.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 | #endif | ||||||
| 
 | 
 | ||||||
| #define atom_text_section .section ".text.atom", "ax" | #define atom_text_section .section ".text.atom", "ax" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue