x86: Use one ldbl2mpn.c file for both i386 and x86_64
authorFlorian Weimer <fweimer@redhat.com>
Tue, 22 Sep 2020 15:29:35 +0000 (17:29 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 22 Sep 2020 15:58:39 +0000 (17:58 +0200)
sysdeps/ia64/ldbl2mpn.c
sysdeps/x86/ldbl2mpn.c [moved from sysdeps/i386/ldbl2mpn.c with 100% similarity]
sysdeps/x86_64/ldbl2mpn.c [deleted file]

index 641b789..66ac0a4 100644 (file)
@@ -1 +1 @@
-#include "../i386/ldbl2mpn.c"
+#include "../x86/ldbl2mpn.c"
diff --git a/sysdeps/x86_64/ldbl2mpn.c b/sysdeps/x86_64/ldbl2mpn.c
deleted file mode 100644 (file)
index 641b789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-#include "../i386/ldbl2mpn.c"