about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2020-09-22 17:29:35 +0200
committerFlorian Weimer <fweimer@redhat.com>2020-09-22 17:58:39 +0200
commit90ccfdf17628e152d96638adc175ae97bd078cfc (patch)
tree23744425367436e00e5b9c542b211dca6057a55a /sysdeps
parentd445d9ca8d961148ffde8ec597ecc0e050542024 (diff)
downloadglibc-90ccfdf17628e152d96638adc175ae97bd078cfc.tar.gz
glibc-90ccfdf17628e152d96638adc175ae97bd078cfc.tar.xz
glibc-90ccfdf17628e152d96638adc175ae97bd078cfc.zip
x86: Use one ldbl2mpn.c file for both i386 and x86_64
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ia64/ldbl2mpn.c2
-rw-r--r--sysdeps/x86/ldbl2mpn.c (renamed from sysdeps/i386/ldbl2mpn.c)0
-rw-r--r--sysdeps/x86_64/ldbl2mpn.c1
3 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/ia64/ldbl2mpn.c b/sysdeps/ia64/ldbl2mpn.c
index 641b789cd4..66ac0a47a4 100644
--- a/sysdeps/ia64/ldbl2mpn.c
+++ b/sysdeps/ia64/ldbl2mpn.c
@@ -1 +1 @@
-#include "../i386/ldbl2mpn.c"
+#include "../x86/ldbl2mpn.c"
diff --git a/sysdeps/i386/ldbl2mpn.c b/sysdeps/x86/ldbl2mpn.c
index ec8464eef7..ec8464eef7 100644
--- a/sysdeps/i386/ldbl2mpn.c
+++ b/sysdeps/x86/ldbl2mpn.c
diff --git a/sysdeps/x86_64/ldbl2mpn.c b/sysdeps/x86_64/ldbl2mpn.c
deleted file mode 100644
index 641b789cd4..0000000000
--- a/sysdeps/x86_64/ldbl2mpn.c
+++ /dev/null
@@ -1 +0,0 @@
-#include "../i386/ldbl2mpn.c"