commit: f0ad1a3976639940d35a5c2820289d51f1cb91bf Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Nov 20 16:48:05 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 23:21:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ad1a39
dev-libs/libpcre: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../files/libpcre-8.41-fix-stack-size-detection.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch b/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch deleted file mode 100644 index b5392677943d..000000000000 --- a/dev-libs/libpcre/files/libpcre-8.41-fix-stack-size-detection.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.exim.org/show_bug.cgi?id=2173#c4 - ---- a/pcre_exec.c -+++ b/pcre_exec.c -@@ -509,6 +509,12 @@ - (e.g. stopped by repeated call or recursion limit) - */ - -+#ifdef __GNUC__ -+static int -+match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, -+ PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb, -+ unsigned int rdepth) __attribute__((noinline,noclone)); -+#endif - static int - match(REGISTER PCRE_PUCHAR eptr, REGISTER const pcre_uchar *ecode, - PCRE_PUCHAR mstart, int offset_top, match_data *md, eptrblock *eptrb,
