From 335aa3209b5d597a93733a7313e629e202731078 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 14 Apr 1995 03:27:44 +0000 Subject: * sysdeps/generic/expm1.c: #undef expm1 before weak_alias. * libc-symbols.h [! HAVE_ASM_SET_DIRECTIVE] (strong_alias, strong_alias_asm): Use `foo = bar' syntax instead. * configure.in: Fix AC_ARG_WITH uses; check for --with-fp. Move $host_os checks to set gnu_ld/as and elf before sysdirs generation. Fix $with_fp test. [$elf=yes]: Prepend MACHINE/elf directory. --- sysdeps/generic/expm1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps') diff --git a/sysdeps/generic/expm1.c b/sysdeps/generic/expm1.c index a738d124c8..383902a928 100644 --- a/sysdeps/generic/expm1.c +++ b/sysdeps/generic/expm1.c @@ -166,4 +166,5 @@ double x; return( finite(x) ? scalb(one,5000) : x); } +#undef expm1 weak_alias (__expm1, expm1) -- cgit v1.2.3