commit: 7d35705c5ee679272267b1bcfe1eb0d2b16e8e9e Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 10:34:40 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 10:34:40 2023 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=7d35705c
Remove redundant patch Removed: 2950_gcc-plugins-reorg-gimple-incl-for-GCC-13.patch Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ---- ..._gcc-plugins-reorg-gimple-incl-for-GCC-13.patch | 26 ---------------------- 2 files changed, 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/[email protected]/ 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
