public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gcc-patches:master commit in: 13.1.0/musl/
@ 2023-02-06 17:40 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-02-06 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     675f0d3cde519aa7eb03bb4a4c721c152609e48c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 23:04:33 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 23:08:12 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=675f0d3c

13.1.0: fixup README.history, drop obsolete 50_all_calloc_libgccjit.patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 13.1.0/musl/50_all_calloc_libgccjit.patch | 90 -------------------------------
 13.1.0/musl/README.history                | 20 +------
 2 files changed, 2 insertions(+), 108 deletions(-)

diff --git a/13.1.0/musl/50_all_calloc_libgccjit.patch b/13.1.0/musl/50_all_calloc_libgccjit.patch
deleted file mode 100644
index 876f186..0000000
--- a/13.1.0/musl/50_all_calloc_libgccjit.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-https://git.alpinelinux.org/aports/plain/main/gcc/0042-Fix-attempt-to-use-poisoned-calloc-error-in-libgccji.patch
-https://bugs.gentoo.org/828580
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104799 (additional two hunks thrown in from here for 12)
-
-From 72f32e3383129ad139df76d9a063fac9b03079b1 Mon Sep 17 00:00:00 2001
-From: Alex McGrath <amk@amk.ie>
-Date: Wed, 13 Oct 2021 23:24:27 +0100
-Subject: [PATCH] Fix attempt to use poisoned calloc error in libgccjit
-
-This moves usages of pthread.h to above any usage of system.h as it
-included #pragma GCC poison calloc
---- a/gcc/jit/jit-playback.cc
-+++ b/gcc/jit/jit-playback.cc
-@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
- 
-+#include <pthread.h>
-+
- #include "config.h"
- #include "system.h"
- #include "coretypes.h"
-@@ -41,8 +43,6 @@ along with GCC; see the file COPYING3.  If not see
- #include "diagnostic.h"
- #include "stmt.h"
- 
--#include <pthread.h>
--
- #include "jit-playback.h"
- #include "jit-result.h"
- #include "jit-builtins.h"
---- a/gcc/jit/jit-recording.cc
-+++ b/gcc/jit/jit-recording.cc
-@@ -18,6 +18,8 @@ You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
- 
-+#include <pthread.h>
-+
- #include "config.h"
- #include "system.h"
- #include "coretypes.h"
-@@ -25,8 +27,6 @@ along with GCC; see the file COPYING3.  If not see
- #include "pretty-print.h"
- #include "toplev.h"
- 
--#include <pthread.h>
--
- #include "jit-builtins.h"
- #include "jit-recording.h"
- #include "jit-playback.h"
---- a/gcc/jit/libgccjit.cc
-+++ b/gcc/jit/libgccjit.cc
-@@ -18,13 +18,14 @@ You should have received a copy of the GNU General Public License
- along with GCC; see the file COPYING3.  If not see
- <http://www.gnu.org/licenses/>.  */
- 
-+#include <pthread.h>
-+
- #include "config.h"
- #include "system.h"
- #include "coretypes.h"
- #include "timevar.h"
- #include "typed-splay-tree.h"
- #include "cppbuiltin.h"
--#include <pthread.h>
- 
- #include "libgccjit.h"
- #include "jit-recording.h"
---- a/libcc1/libcc1plugin.cc
-+++ b/libcc1/libcc1plugin.cc
-@@ -17,6 +17,7 @@
-    along with GCC; see the file COPYING3.  If not see
-    <http://www.gnu.org/licenses/>.  */
- 
-+#include <pthread.h>
- #include <cc1plugin-config.h>
- 
- #undef PACKAGE_NAME
---- a/libcc1/libcp1plugin.cc
-+++ b/libcc1/libcp1plugin.cc
-@@ -18,6 +18,7 @@
-    along with GCC; see the file COPYING3.  If not see
-    <http://www.gnu.org/licenses/>.  */
- 
-+#include <pthread.h>
- #include <cc1plugin-config.h>
- 
- #undef PACKAGE_NAME
-

diff --git a/13.1.0/musl/README.history b/13.1.0/musl/README.history
index 01e2278..d3b73e5 100644
--- a/13.1.0/musl/README.history
+++ b/13.1.0/musl/README.history
@@ -1,22 +1,6 @@
-3               25 Apr 2022
-
-	- 25_all_multilib_pure64.patch
-	- 50_all_posix_memalign.patch
-	U 50_all_calloc_libgccjit.patch
-	- 50_all_cpu_indicator.patch
-	- nocross/50_all_libssp_unconditionally.patch
-
-2		25 Apr 2022
-
-        - 25_all_multilib_pure64.patch
-        - 50_all_posix_memalign.patch
-        U 50_all_calloc_libgccjit.patch
-        - 50_all_cpu_indicator.patch
-	- nocross/50_all_libssp_unconditionally.patch
-
-1		25 Apr 2022
+1	1 Feb 2022
 
 	+ 25_all_multilib_pure64.patch
 	+ 50_all_posix_memalign.patch
 	+ 50_all_cpu_indicator.patch
-	+ nocross/50_all_libssp_unconditionally.patch
+	+ 50_all_libssp_unconditionally.patch


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 13.1.0/musl/
@ 2023-02-23 19:07 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-02-23 19:07 UTC (permalink / raw
  To: gentoo-commits

commit:     27495bc8fe028d4a68e97ad12b52231772e48dcf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 19:06:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 19:06:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=27495bc8

13.1.0: add upstreaming context for 50_all_cpu_indicator.patch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 13.1.0/musl/50_all_cpu_indicator.patch | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/13.1.0/musl/50_all_cpu_indicator.patch b/13.1.0/musl/50_all_cpu_indicator.patch
index a7d199f..52e8b92 100644
--- a/13.1.0/musl/50_all_cpu_indicator.patch
+++ b/13.1.0/musl/50_all_cpu_indicator.patch
@@ -1,3 +1,5 @@
+https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612648.html
+
 From d16a8ceb1c3c8a7ec381090b4c316ff4c55661c0 Mon Sep 17 00:00:00 2001
 From:
 Date: Thu, 7 May 2020 21:14:11 -0500


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-23 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 19:07 [gentoo-commits] proj/gcc-patches:master commit in: 13.1.0/musl/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-02-06 17:40 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox