From: Chris Metcalf Date: Sat, 4 Aug 2012 13:57:37 +0000 (-0400) Subject: tile: fix typo in ASM_TYPE_DIRECTIVE fix X-Git-Tag: glibc-2.17~754 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=5c5335535596f043981d1f7f458817f894227937;p=glibc.git tile: fix typo in ASM_TYPE_DIRECTIVE fix --- diff --git a/ports/sysdeps/tile/sysdep.h b/ports/sysdeps/tile/sysdep.h index a268872f71..4f27cb2bed 100644 --- a/ports/sysdeps/tile/sysdep.h +++ b/ports/sysdeps/tile/sysdep.h @@ -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; \