about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-28 23:11:37 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-28 23:11:37 +0000
commit9e7f59b4b54f0a5c0d569596c961f62238ca4dfd (patch)
treeb22a52bf537eee39f95d33bda85d79d0a7dc78b7 /include
parentdf9f41c94286bcaac949fd490e11bde61b8a9567 (diff)
downloadglibc-9e7f59b4b54f0a5c0d569596c961f62238ca4dfd.tar.gz
glibc-9e7f59b4b54f0a5c0d569596c961f62238ca4dfd.tar.xz
glibc-9e7f59b4b54f0a5c0d569596c961f62238ca4dfd.zip
[!__ASSEMBLER__] (declare_symbol_1): Add missing comma to .type directive.
Diffstat (limited to 'include')
-rw-r--r--include/libc-symbols.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index bf77fda8d6..42521565d4 100644
--- 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) \
-    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)