-
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.
Update glibc patch set to latest master-epic.
- Loading branch information
1 parent
7ac65a1
commit cfb5d7d
Showing
12 changed files
with
96 additions
and
38 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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0002-Replay-Refer-to-C23-in-place-of-C2X-in-glibc-also-fo.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0003-Replay-Implement-C23-log2p1-also-for-ia64.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0004-Replay-Implement-C23-logp1-also-for-ia64.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0005-Replay-Implement-C23-log10p1-also-for-ia64.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0006-Replay-Implement-C23-exp2m1-exp10m1-also-for-ia64.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0007-Fix-ia64-build-after-7ec903e028271d029818378fd60ddaf.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0008-Revert-elf-Make-dl-fptr-and-dl-symaddr-hppa-specific.patch
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
4 changes: 2 additions & 2 deletions
4
config/t2/package/base/glibc/0009-ia64-Qualify-u-and-bits-with-__-prefix.patch
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
29 changes: 29 additions & 0 deletions
29
config/t2/package/base/glibc/0010-Replay-Implement-C23-cospi-also-for-ia64.patch
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From 67cc080c0e5b33dc1b3d556d769074fb15588416 Mon Sep 17 00:00:00 2001 | ||
From: Johnny Mnemonic <jm@machine-hall.org> | ||
Date: Thu, 5 Dec 2024 21:32:16 +0100 | ||
Subject: [PATCH 10/12] Replay "Implement C23 cospi" also for ia64 | ||
|
||
See 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 for reference. | ||
--- | ||
sysdeps/unix/sysv/linux/ia64/libm.abilist | 8 ++++++++ | ||
1 file changed, 8 insertions(+) | ||
|
||
diff --git a/sysdeps/unix/sysv/linux/ia64/libm.abilist b/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
index 30779aa3dd..cf84a395e9 100644 | ||
--- a/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
+++ b/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
@@ -1156,3 +1156,11 @@ GLIBC_2.40 logp1f32x F | ||
GLIBC_2.40 logp1f64 F | ||
GLIBC_2.40 logp1f64x F | ||
GLIBC_2.40 logp1l F | ||
+GLIBC_2.41 cospi F | ||
+GLIBC_2.41 cospif F | ||
+GLIBC_2.41 cospif128 F | ||
+GLIBC_2.41 cospif32 F | ||
+GLIBC_2.41 cospif32x F | ||
+GLIBC_2.41 cospif64 F | ||
+GLIBC_2.41 cospif64x F | ||
+GLIBC_2.41 cospil F | ||
-- | ||
2.25.1 | ||
|
29 changes: 29 additions & 0 deletions
29
config/t2/package/base/glibc/0011-Replay-Implement-C23-sinpi-also-for-ia64.patch
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
From 13c66752e5bc5c0d7a183977d93ff14897f6deea Mon Sep 17 00:00:00 2001 | ||
From: Johnny Mnemonic <jm@machine-hall.org> | ||
Date: Thu, 5 Dec 2024 21:34:16 +0100 | ||
Subject: [PATCH 11/12] Replay "Implement C23 sinpi" also for ia64 | ||
|
||
See 776938e8b8dcf2b59998979e91cc0f9db7d771a8 for reference. | ||
--- | ||
sysdeps/unix/sysv/linux/ia64/libm.abilist | 8 ++++++++ | ||
1 file changed, 8 insertions(+) | ||
|
||
diff --git a/sysdeps/unix/sysv/linux/ia64/libm.abilist b/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
index cf84a395e9..f80b9d6bb6 100644 | ||
--- a/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
+++ b/sysdeps/unix/sysv/linux/ia64/libm.abilist | ||
@@ -1164,3 +1164,11 @@ GLIBC_2.41 cospif32x F | ||
GLIBC_2.41 cospif64 F | ||
GLIBC_2.41 cospif64x F | ||
GLIBC_2.41 cospil F | ||
+GLIBC_2.41 sinpi F | ||
+GLIBC_2.41 sinpif F | ||
+GLIBC_2.41 sinpif128 F | ||
+GLIBC_2.41 sinpif32 F | ||
+GLIBC_2.41 sinpif32x F | ||
+GLIBC_2.41 sinpif64 F | ||
+GLIBC_2.41 sinpif64x F | ||
+GLIBC_2.41 sinpil F | ||
-- | ||
2.25.1 | ||
|
4 changes: 2 additions & 2 deletions
4
...Partial-math-FPU-error-fix-for-ia64.patch → ...Partial-math-FPU-error-fix-for-ia64.patch
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