From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF618159C9B for ; Fri, 9 Aug 2024 19:54:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EF2AE2B92; Fri, 9 Aug 2024 19:54:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0582BE2B92 for ; Fri, 9 Aug 2024 19:54:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44957335D72 for ; Fri, 9 Aug 2024 19:54:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3CBC1EC9 for ; Fri, 9 Aug 2024 19:54:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1723233176.5a1f790fc4c95258c646243a30ba7adcecebcdcc.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 15.0.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 15.0.0/gentoo/07_all_libiberty-asprintf.patch 15.0.0/gentoo/README.history X-VCS-Directories: 15.0.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a1f790fc4c95258c646243a30ba7adcecebcdcc X-VCS-Branch: master Date: Fri, 9 Aug 2024 19:54:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8304b00d-80b8-43ff-9724-5d5d0da18a1c X-Archives-Hash: 7d727174549f157513fe0ed2d520382a commit: 5a1f790fc4c95258c646243a30ba7adcecebcdcc Author: Sam James gentoo org> AuthorDate: Fri Aug 9 19:52:56 2024 +0000 Commit: Sam James gentoo 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 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 - - * 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