2002-09-27 Steven Munroe <sjmunroe@us.ibm.com>
authorRoland McGrath <roland@gnu.org>
Sat, 28 Sep 2002 19:22:26 +0000 (19:22 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 28 Sep 2002 19:22:26 +0000 (19:22 +0000)
* include/libc-symbols.h (__hidden_dot_weak1): Fix typo.  Replace
ASM_GLOBAL_DIRECTIVE with .weak.

include/libc-symbols.h

index 05cdb96..6281d70 100644 (file)
   C_SYMBOL_NAME (alias) = C_SYMBOL_NAME (original)
 #    ifdef HAVE_ASM_GLOBAL_DOT_NAME
 #     define __hidden_dot_weak1(original, alias)       ASM_LINE_SEP    \
-  ASM_GLOBAL_DIRECTIVE C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP  \
+  .weak C_SYMBOL_DOT_NAME (alias) ASM_LINE_SEP \
   C_SYMBOL_DOT_NAME (alias) = C_SYMBOL_DOT_NAME (original)
 #    else
 #     define __hidden_dot_weak1(original, alias)