diff options
Diffstat (limited to 'sysdeps/x86_64/fpu/s_expm1l.S')
-rw-r--r-- | sysdeps/x86_64/fpu/s_expm1l.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/s_expm1l.S b/sysdeps/x86_64/fpu/s_expm1l.S index fa40e05572..b4f5a3efda 100644 --- a/sysdeps/x86_64/fpu/s_expm1l.S +++ b/sysdeps/x86_64/fpu/s_expm1l.S @@ -1,5 +1,5 @@ /* ix87 specific implementation of exp(x)-1. - Copyright (C) 1996, 1997, 2001 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. Based on code by John C. Bowman <bowman@ipp-garching.mpg.de>. @@ -80,4 +80,5 @@ ENTRY(__expm1l) fldl MO(minus1) // Set result to -1.0. 3: ret END(__expm1l) +libm_hidden_def (__expm1l) weak_alias (__expm1l, expm1l) |