projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
df9f41c
)
[!__ASSEMBLER__] (declare_symbol_1): Add missing comma to .type directive.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 28 Aug 2002 23:11:37 +0000
(23:11 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 28 Aug 2002 23:11:37 +0000
(23:11 +0000)
include/libc-symbols.h
patch
|
blob
|
history
diff --git
a/include/libc-symbols.h
b/include/libc-symbols.h
index
bf77fda
..
4252156
100644
(file)
--- a/
include/libc-symbols.h
+++ b/
include/libc-symbols.h
@@
-263,7
+263,7
@@
# define declare_symbol_1_paste_1(a,b) a##b
# else /* Not __ASSEMBLER__. */
# define declare_symbol_1(symbol, type, size) \
# define declare_symbol_1_paste_1(a,b) a##b
# else /* Not __ASSEMBLER__. */
# define declare_symbol_1(symbol, type, size) \
- asm (".type " __SYMBOL_PREFIX #symbol \
+ asm (".type " __SYMBOL_PREFIX #symbol
", "
\
declare_symbol_1_stringify (ASM_TYPE_DIRECTIVE_PREFIX) #type \
"\n\t.size " __SYMBOL_PREFIX #symbol ", " #size);
# define declare_symbol_1_stringify(x) declare_symbol_1_stringify_1 (x)
declare_symbol_1_stringify (ASM_TYPE_DIRECTIVE_PREFIX) #type \
"\n\t.size " __SYMBOL_PREFIX #symbol ", " #size);
# define declare_symbol_1_stringify(x) declare_symbol_1_stringify_1 (x)