projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa2bcc
)
tile: fix typo in ASM_TYPE_DIRECTIVE fix
author
Chris Metcalf
<cmetcalf@tilera.com>
Sat, 4 Aug 2012 13:57:37 +0000
(09:57 -0400)
committer
Chris Metcalf
<cmetcalf@tilera.com>
Sat, 4 Aug 2012 13:57:37 +0000
(09:57 -0400)
ports/sysdeps/tile/sysdep.h
patch
|
blob
|
history
diff --git
a/ports/sysdeps/tile/sysdep.h
b/ports/sysdeps/tile/sysdep.h
index
a268872
..
4f27cb2
100644
(file)
--- 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; \