-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
From 0ebd237ffbcd42a4941aad4821dfe346bb914f40 Mon Sep 17 00:00:00 2001 | ||
From 2e2c5a95bdd01baf0cb1c9b20363969baa42d16b Mon Sep 17 00:00:00 2001 | ||
From: Your Name <[email protected]> | ||
Date: Wed, 29 May 2024 19:19:24 +0200 | ||
Date: Fri, 31 May 2024 04:20:13 +0200 | ||
Subject: [PATCH] x | ||
|
||
--- | ||
libgcc/config/rs6000/t-linux | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
include/stddef.h | 2 ++ | ||
1 file changed, 2 insertions(+) | ||
|
||
diff --git a/libgcc/config/rs6000/t-linux b/libgcc/config/rs6000/t-linux | ||
index 500210d..e8afd82 100644 | ||
--- a/libgcc/config/rs6000/t-linux | ||
+++ b/libgcc/config/rs6000/t-linux | ||
@@ -1,6 +1,6 @@ | ||
SHLIB_MAPFILES += $(srcdir)/config/rs6000/libgcc-glibc.ver | ||
diff --git a/include/stddef.h b/include/stddef.h | ||
index dbf5a4a..fcd28fc 100644 | ||
--- a/include/stddef.h | ||
+++ b/include/stddef.h | ||
@@ -16,4 +16,6 @@ | ||
|
||
-HOST_LIBGCC2_CFLAGS += -mlong-double-128 | ||
+# HOST_LIBGCC2_CFLAGS += -mlong-double-128 | ||
#define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 )) | ||
|
||
# This is a way of selecting -mcmodel=small for ppc64, which gives | ||
# smaller and faster libgcc code. Directly specifying -mcmodel=small | ||
+typedef struct { long long __ll; long double __ld; } max_align_t; | ||
+ | ||
#endif | ||
-- | ||
2.36.6 | ||
|