diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-09-22 17:29:35 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-09-22 17:58:39 +0200 |
commit | 90ccfdf17628e152d96638adc175ae97bd078cfc (patch) | |
tree | 23744425367436e00e5b9c542b211dca6057a55a /sysdeps | |
parent | d445d9ca8d961148ffde8ec597ecc0e050542024 (diff) | |
download | glibc-90ccfdf17628e152d96638adc175ae97bd078cfc.tar.gz |
x86: Use one ldbl2mpn.c file for both i386 and x86_64
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/ia64/ldbl2mpn.c | 2 | ||||
-rw-r--r-- | sysdeps/x86/ldbl2mpn.c (renamed from sysdeps/i386/ldbl2mpn.c) | 0 | ||||
-rw-r--r-- | sysdeps/x86_64/ldbl2mpn.c | 1 |
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" |