public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] x86: Use one ldbl2mpn.c file for both i386 and x86_64
@ 2020-09-22 15:58 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2020-09-22 15:58 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=90ccfdf17628e152d96638adc175ae97bd078cfc

commit 90ccfdf17628e152d96638adc175ae97bd078cfc
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Sep 22 17:29:35 2020 +0200

    x86: Use one ldbl2mpn.c file for both i386 and x86_64

Diff:
---
 sysdeps/ia64/ldbl2mpn.c          | 2 +-
 sysdeps/{i386 => x86}/ldbl2mpn.c | 0
 sysdeps/x86_64/ldbl2mpn.c        | 1 -
 3 files changed, 1 insertion(+), 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
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"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-22 15:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 15:58 [glibc] x86: Use one ldbl2mpn.c file for both i386 and x86_64 Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).