diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-12-05 07:40:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-12-05 07:40:19 +0000 |
commit | 4242e56a074ffb2fea2c3e317d9e57bb9c233d56 (patch) | |
tree | 788b200fec473cb30d15980f63909616066215db | |
parent | 8267e47bb5c54698942b0869b121a2d8375d8674 (diff) | |
download | glibc-4242e56a074ffb2fea2c3e317d9e57bb9c233d56.tar.gz glibc-4242e56a074ffb2fea2c3e317d9e57bb9c233d56.tar.xz glibc-4242e56a074ffb2fea2c3e317d9e57bb9c233d56.zip |
Add HAVE_ASM_GLOBAL_DOT_NAME.
-rw-r--r-- | config.h.in | 3 |
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 |