commit: 469eef572b38b9edd29b42bb26440a870e536cd2 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Wed Jun 14 10:37:44 2023 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Wed Jun 14 10:37:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=469eef57
Remove redudant patch Removed: 2930_gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ---- ..._gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch | 24 ---------------------- 2 files changed, 28 deletions(-) diff --git a/0000_README b/0000_README index b57cc672..a215943f 100644 --- a/0000_README +++ b/0000_README @@ -523,10 +523,6 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch From: https://lore.kernel.org/linux-bluetooth/[email protected]/raw Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758 -Patch: 2930_gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch -From: https://lore.kernel.org/lkml/mhng-8bc81919-3023-4d72-bd44-2443606b4fd7@palmer-ri-x1c9a/T/ -Desc: gcc-plugins: Reorganize gimple includes for GCC 13 - Patch: 2900_tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch From: https://bugs.gentoo.org/710790 Desc: tmp513 requies REGMAP_I2C to build. Select it by default in Kconfig. See bug #710790. Thanks to Phil Stracchino diff --git a/2930_gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch b/2930_gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch deleted file mode 100644 index f4be9caa..00000000 --- a/2930_gcc-plugins-Reorg-gimple-incs-for-gcc-13.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/scripts/gcc-plugins/gcc-common.h 2023-01-22 10:24:56.136222268 -0500 -+++ b/scripts/gcc-plugins/gcc-common.h 2023-01-22 10:27:14.056668630 -0500 -@@ -77,7 +77,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" -@@ -91,11 +93,9 @@ - #include "tree-eh.h" - #include "stmt.h" - #include "gimplify.h" --#include "gimple.h" - #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" -
