| commit | 69df3bdb274f9b8c1abf9c714440522bfb4a178b | [log] [tgz] |
|---|---|---|
| author | Kees Cook <keescook@chromium.org> | Mon Aug 07 09:41:19 2023 -0700 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Jul 27 10:38:28 2024 +0200 |
| tree | 1516ee6126908a9d3264ed2a58a891ed8d76905a | |
| parent | 88d2aa8774917940baa0d7ea878abda493c6e785 [diff] |
gcc-plugins: Rename last_stmt() for GCC 14+ commit 2e3f65ccfe6b0778b261ad69c9603ae85f210334 upstream. In GCC 14, last_stmt() was renamed to last_nondebug_stmt(). Add a helper macro to handle the renaming. Cc: linux-hardening@vger.kernel.org Signed-off-by: Kees Cook <keescook@chromium.org> Cc: Thomas Meyer <thomas@m3y3r.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>