mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
tile: fix typo in ASM_TYPE_DIRECTIVE fix
This commit is contained in:
parent
faa2bccba5
commit
5c53355355
@ -30,7 +30,7 @@
|
||||
/* Define an entry point visible from C. */
|
||||
#define ENTRY(name) \
|
||||
.globl C_SYMBOL_NAME(name); \
|
||||
.type C_SYMBOL_NAME(name),@function \
|
||||
.type C_SYMBOL_NAME(name),@function; \
|
||||
.align 8; \
|
||||
C_LABEL(name) \
|
||||
cfi_startproc; \
|
||||
|
Loading…
Reference in New Issue
Block a user