aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-09 20:52:56 +0100
committerSam James <sam@gentoo.org>2024-08-09 20:52:56 +0100
commit5a1f790fc4c95258c646243a30ba7adcecebcdcc (patch)
treebc614a98cc7d5f9e806519f994bf0ed970d2fab7 /15.0.0/gentoo
parent15.0.0: drop LRA revert (diff)
downloadgcc-patches-5a1f790fc4c95258c646243a30ba7adcecebcdcc.tar.gz
gcc-patches-5a1f790fc4c95258c646243a30ba7adcecebcdcc.tar.bz2
gcc-patches-5a1f790fc4c95258c646243a30ba7adcecebcdcc.zip
15.0.0: drop obsolete asprintf patch
Fixed upstream by r10-14-g6b3a5e8a3d18c8 and r6-1038-gf50f17e6707da0. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '15.0.0/gentoo')
-rw-r--r--15.0.0/gentoo/07_all_libiberty-asprintf.patch18
-rw-r--r--15.0.0/gentoo/README.history2
2 files changed, 1 insertions, 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 <zorry@ume.nu>
-
- * 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