aboutsummaryrefslogtreecommitdiff
path: root/13.1.0
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-01 23:04:33 +0000
committerSam James <sam@gentoo.org>2023-02-01 23:08:12 +0000
commit675f0d3cde519aa7eb03bb4a4c721c152609e48c (patch)
tree97657e54f2d2b5bffaabddfb85230266f986d3f7 /13.1.0
parent13.1.0: update for default hardening as in 12.x (diff)
downloadgcc-patches-675f0d3cde519aa7eb03bb4a4c721c152609e48c.tar.gz
gcc-patches-675f0d3cde519aa7eb03bb4a4c721c152609e48c.tar.bz2
gcc-patches-675f0d3cde519aa7eb03bb4a4c721c152609e48c.zip
13.1.0: fixup README.history, drop obsolete 50_all_calloc_libgccjit.patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '13.1.0')
-rw-r--r--13.1.0/musl/50_all_calloc_libgccjit.patch90
-rw-r--r--13.1.0/musl/README.history20
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