summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-12-05 07:40:19 +0000
committerUlrich Drepper <drepper@redhat.com>2000-12-05 07:40:19 +0000
commit4242e56a074ffb2fea2c3e317d9e57bb9c233d56 (patch)
tree788b200fec473cb30d15980f63909616066215db /config.h.in
parent8267e47bb5c54698942b0869b121a2d8375d8674 (diff)
Add HAVE_ASM_GLOBAL_DOT_NAME.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
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