summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_remainderl.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:13:37 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-10-09 19:13:37 +0200
commit86af500777f45066aa6a6817d4b695cf4b626c38 (patch)
tree759cff5e6e285f430b2abf576fe0a3577cab5f52 /sysdeps/ieee754/ldbl-opt/w_remainderl.c
parentfdb93243abfa5db1e79860a4595bbd9065b05aae (diff)
parent7bb5f8a836b916d6ebf7b6921b136e99cea2442d (diff)
Merge commit 'refs/top-bases/cvs/exc2signal-template' into cvs/exc2signal-template
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_remainderl.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_remainderl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_remainderl.c b/sysdeps/ieee754/ldbl-opt/w_remainderl.c
index e450a25bbc..7a344b7709 100644
--- a/sysdeps/ieee754/ldbl-opt/w_remainderl.c
+++ b/sysdeps/ieee754/ldbl-opt/w_remainderl.c
@@ -3,3 +3,5 @@
#define weak_alias(n,a)
#include <math/w_remainderl.c>
long_double_symbol (libm, __remainderl, remainderl);
+strong_alias (__remainderl, __dreml)
+long_double_symbol (libm, __dreml, dreml);