From e215c4786cff3ecc7961a60f5f79bed50f0fe8c1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 14 Apr 1995 03:52:54 +0000 Subject: * Makefile (distribute): Add ChangeLog.[0-9]. * configure.in: Add check for .set directive. * config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE. * Makerules [! subdir] (O%-lib): Don't prepend ../. * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. See ChangeLog.4 for earlier changes. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 92c7a34b98..f3a096983a 100644 --- a/config.h.in +++ b/config.h.in @@ -14,6 +14,9 @@ /* Define if using the GNU assembler, gas. */ #undef HAVE_GNU_AS +/* Define if the assembler supports the `.set' directive. */ +#undef HAVE_ASM_SET_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 v1.2.3