1 Star 0 Fork 160

openeuler-embedded/glibc

forked from src-openEuler/glibc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-x86-Use-one-ldbl2mpn.c-file-for-both-i386-and-x86_64.patch 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
From 90ccfdf17628e152d96638adc175ae97bd078cfc Mon Sep 17 00:00:00 2001
From: Florian Weimer <fweimer@redhat.com>
Date: Tue, 22 Sep 2020 17:29:35 +0200
Subject: [PATCH] x86: Use one ldbl2mpn.c file for both i386 and x86_64
---
sysdeps/ia64/ldbl2mpn.c | 2 +-
sysdeps/{i386 => x86}/ldbl2mpn.c | 0
sysdeps/x86_64/ldbl2mpn.c | 1 -
3 files changed, 1 insertion(+), 2 deletions(-)
rename sysdeps/{i386 => x86}/ldbl2mpn.c (100%)
delete mode 100644 sysdeps/x86_64/ldbl2mpn.c
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
similarity index 100%
rename from sysdeps/i386/ldbl2mpn.c
rename to 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"
--
2.23.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler-embedded/glibc.git
git@gitee.com:openeuler-embedded/glibc.git
openeuler-embedded
glibc
glibc
openEuler-embedded

搜索帮助

371d5123 14472233 46e8bd33 14472233