summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2020-02-06 16:24:03 -0500
committerRich Felker <dalias@aerifal.cx>2020-02-06 16:24:03 -0500
commit2f0c31c0273b93196185a9d0dd260ee48e057c6d (patch)
tree7dbb064f6f5712246937fdfa462e7cfd35059a4f /src
parentab9e20905dc1cb74d955cc94b5b76e6e1892b8fe (diff)
downloadmusl-2f0c31c0273b93196185a9d0dd260ee48e057c6d.tar.gz
rename i386 exp.s to exp_ld.s
this commit is for the sake of reviewable history.
Diffstat (limited to 'src')
-rw-r--r--src/math/i386/exp.c1
-rw-r--r--src/math/i386/exp_ld.s (renamed from src/math/i386/exp.s)0
2 files changed, 1 insertions, 0 deletions
diff --git a/src/math/i386/exp.c b/src/math/i386/exp.c
new file mode 100644
index 00000000..11282284
--- /dev/null
+++ b/src/math/i386/exp.c
@@ -0,0 +1 @@
+// see exp_ld.s
diff --git a/src/math/i386/exp.s b/src/math/i386/exp_ld.s
index df87c497..df87c497 100644
--- a/src/math/i386/exp.s
+++ b/src/math/i386/exp_ld.s