You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
Only needed for glibc builds with -mlong-double-64: |
|
|
|
https://sourceware.org/ml/libc-alpha/2017-08/msg01139.html |
|
|
|
This means the patch is no longer needed. |
|
|
|
From 5eb4509a6651d19c7a28c4506d6aa582c9ee095a Mon Sep 17 00:00:00 2001 |
|
From: Jakub Jelinek <jakub@redhat.com> |
|
Date: Wed, 1 Feb 2006 09:30:43 +0000 |
|
Subject: [PATCH] 128-bit long double fixes |
|
|
|
* include/bits/stdlib-ldbl.h: New file. |
|
* include/bits/wchar-ldbl.h: New file. |
|
|
|
--- |
|
ChangeLog | 5 +++++ |
|
include/bits/stdlib-ldbl.h | 1 + |
|
include/bits/wchar-ldbl.h | 1 + |
|
3 files changed, 7 insertions(+), 0 deletions(-) |
|
create mode 100644 include/bits/stdlib-ldbl.h |
|
create mode 100644 include/bits/wchar-ldbl.h |
|
|
|
diff --git glibc-2.17-c758a686/include/bits/stdlib-ldbl.h glibc-2.17-c758a686/include/bits/stdlib-ldbl.h |
|
new file mode 100644 |
|
index 0000000..6250949 |
|
--- /dev/null |
|
+++ glibc-2.17-c758a686/include/bits/stdlib-ldbl.h |
|
@@ -0,0 +1 @@ |
|
+#include <stdlib/bits/stdlib-ldbl.h> |
|
diff --git glibc-2.17-c758a686/include/bits/wchar-ldbl.h glibc-2.17-c758a686/include/bits/wchar-ldbl.h |
|
new file mode 100644 |
|
index 0000000..29baa2f |
|
--- /dev/null |
|
+++ glibc-2.17-c758a686/include/bits/wchar-ldbl.h |
|
@@ -0,0 +1 @@ |
|
+#include <wcsmbs/bits/wchar-ldbl.h>
|
|
|