commit: 5a1f790fc4c95258c646243a30ba7adcecebcdcc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 9 19:52:56 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 9 19:52:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=5a1f790f
15.0.0: drop obsolete asprintf patch Fixed upstream by r10-14-g6b3a5e8a3d18c8 and r6-1038-gf50f17e6707da0. Signed-off-by: Sam James <sam <AT> gentoo.org> 15.0.0/gentoo/07_all_libiberty-asprintf.patch | 18 ------------------ 15.0.0/gentoo/README.history | 2 +- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/15.0.0/gentoo/07_all_libiberty-asprintf.patch b/15.0.0/gentoo/07_all_libiberty-asprintf.patch deleted file mode 100644 index 1ed2ba3..0000000 --- a/15.0.0/gentoo/07_all_libiberty-asprintf.patch +++ /dev/null @@ -1,18 +0,0 @@ -2008-07-25 Magnus Granberg <[email protected]> - - * include/libiberty.h (asprintf): Don't declare if defined as a macro - ---- a/include/libiberty.h -+++ b/include/libiberty.h -@@ -652,8 +652,11 @@ extern void *bsearch_r (const void *, const void *, - /* Like sprintf but provides a pointer to malloc'd storage, which must - be freed by the caller. */ - -+/* asprintf may be declared as a macro by glibc with __USE_FORTIFY_LEVEL. */ -+#ifndef asprintf - extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2; - #endif -+#endif - - /* Like asprintf but allocates memory without fail. This works like - xmalloc. */ diff --git a/15.0.0/gentoo/README.history b/15.0.0/gentoo/README.history index 3c55551..3d561ee 100644 --- a/15.0.0/gentoo/README.history +++ b/15.0.0/gentoo/README.history @@ -1,7 +1,7 @@ ? ???? + - 07_all_libiberty-asprintf.patch - 78_all_gcc_don-t-enable-fext-dce-with-O2-for-now.patch - + 32_all_Revert-lra-emit-caller-save-register-spills-before-c.patch 8 5 August 2024
