From 65b3cbcba735abd13f10dfdc170ff61411003390 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 18 Apr 1995 20:16:50 +0000 Subject: Tue Apr 18 14:00:19 1995 Roland McGrath * 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. --- config.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.h.in') 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) -- cgit 1.4.1