]> sourceware.org Git - glibc.git/commitdiff
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 05cdb968ce96bc32fa3d53128c8544527a84bb02..6281d700f1e7bb97215eca5c35d4595f8853d93f 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)
This page took 0.040893 seconds and 5 git commands to generate.