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/x86_64 | |
parent | d445d9ca8d961148ffde8ec597ecc0e050542024 (diff) | |
download | glibc-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/x86_64')
-rw-r--r-- | sysdeps/x86_64/ldbl2mpn.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |