From: Ulrich Drepper Date: Tue, 5 Dec 2000 07:40:19 +0000 (+0000) Subject: Add HAVE_ASM_GLOBAL_DOT_NAME. X-Git-Tag: cvs/glibc-2_2_1~224 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4242e56a074ffb2fea2c3e317d9e57bb9c233d56;p=thirdparty%2Fglibc.git Add HAVE_ASM_GLOBAL_DOT_NAME. --- diff --git a/config.h.in b/config.h.in index af82128eea7..b6223d73d43 100644 --- a/config.h.in +++ b/config.h.in @@ -38,6 +38,9 @@ declaring a symbol global (default `.globl'). */ #undef ASM_GLOBAL_DIRECTIVE +/* Define a symbol_name as a global .symbol_name for ld. */ +#undef HAVE_ASM_GLOBAL_DOT_NAME + /* Define to use GNU libio instead of GNU stdio. This is defined by configure under --enable-libio. */ #undef USE_IN_LIBIO