]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add HAVE_ASM_GLOBAL_DOT_NAME.
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 07:40:19 +0000 (07:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Dec 2000 07:40:19 +0000 (07:40 +0000)
config.h.in

index af82128eea79605fe0ceb7df48fea188b71c7ed0..b6223d73d4328ce59666915bdff6741daaf54c79 100644 (file)
@@ -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