From 4242e56a074ffb2fea2c3e317d9e57bb9c233d56 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 5 Dec 2000 07:40:19 +0000 Subject: [PATCH] Add HAVE_ASM_GLOBAL_DOT_NAME. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index af82128eea..b6223d73d4 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