diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-18 20:16:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-18 20:16:50 +0000 |
commit | 65b3cbcba735abd13f10dfdc170ff61411003390 (patch) | |
tree | ba356dabf248a58f6a746a788a4edb961d517a26 /config.h.in | |
parent | 2657da50f0ebedb8c7bf5d51536e842b18e4775a (diff) | |
download | glibc-65b3cbcba735abd13f10dfdc170ff61411003390.tar.gz glibc-65b3cbcba735abd13f10dfdc170ff61411003390.tar.xz glibc-65b3cbcba735abd13f10dfdc170ff61411003390.zip |
Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* configure.in (libc_cv_asm_global_directive): New check to define ASM_GLOBAL_DIRECTIVE. * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE. * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index f3a096983a..0b5a034329 100644 --- a/config.h.in +++ b/config.h.in @@ -17,6 +17,10 @@ /* Define if the assembler supports the `.set' directive. */ #undef HAVE_ASM_SET_DIRECTIVE +/* Define to the name of the assembler's directive for + declaring a symbol global (default `.globl'). */ +#undef ASM_GLOBAL_DIRECTIVE + /* ELF has weak symbols, and with GNU ld a.out does too. */ #ifndef HAVE_WEAK_SYMBOLS #if defined (HAVE_ELF) || defined (HAVE_GNU_LD) |