summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2023-06-14 06:34:40 -0400
committerMike Pagano <mpagano@gentoo.org>2023-06-14 06:34:40 -0400
commit7d35705c5ee679272267b1bcfe1eb0d2b16e8e9e (patch)
treeed2b45243963a066189fa37d180e868ac7dc6b59
parentLinux patch 5.10.184 (diff)
downloadlinux-patches-7d35705c5ee679272267b1bcfe1eb0d2b16e8e9e.tar.gz
linux-patches-7d35705c5ee679272267b1bcfe1eb0d2b16e8e9e.tar.bz2
linux-patches-7d35705c5ee679272267b1bcfe1eb0d2b16e8e9e.zip
Remove redundant patch5.10-194
Removed: 2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r--0000_README4
-rw-r--r--2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch26
2 files changed, 0 insertions, 30 deletions
diff --git a/0000_README b/0000_README
index 3b319458..8d2598a6 100644
--- a/0000_README
+++ b/0000_README
@@ -803,10 +803,6 @@ Patch: 2940_gcc-plugins-drop-std-gnu-plus-plus-to-fix-GCC-13-build.patch
From: https://lore.kernel.org/all/20230201230009.2252783-1-sam@gentoo.org/
Desc: gcc-plugins: drop -std=gnu++11 to fix GCC 13 build
-Patch: 2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch
-From: https://git.kernel.org
-Desc: gcc-plugins: Reorganize gimple includes for GCC 13
-
Patch: 3000_Support-printing-firmware-info.patch
From: https://bugs.gentoo.org/732852
Desc: Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO). Thanks to Georgy Yakovlev
diff --git a/2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch b/2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch
deleted file mode 100644
index 3c94f239..00000000
--- a/2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/scripts/gcc-plugins/gcc-common.h 2023-04-27 09:30:13.021916723 -0400
-+++ b/scripts/gcc-plugins/gcc-common.h 2023-04-27 09:31:15.088866298 -0400
-@@ -108,7 +108,9 @@
- #include "varasm.h"
- #include "stor-layout.h"
- #include "internal-fn.h"
-+#include "gimple.h"
- #include "gimple-expr.h"
-+#include "gimple-iterator.h"
- #include "gimple-fold.h"
- #include "context.h"
- #include "tree-ssa-alias.h"
-@@ -124,13 +126,10 @@
- #include "gimplify.h"
- #endif
-
--#include "gimple.h"
--
- #if BUILDING_GCC_VERSION >= 4009
- #include "tree-ssa-operands.h"
- #include "tree-phinodes.h"
- #include "tree-cfg.h"
--#include "gimple-iterator.h"
- #include "gimple-ssa.h"
- #include "ssa-iterators.h"
- #endif