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 25321158013 for ; Wed, 6 Dec 2023 10:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 590FD2BC015; Wed, 6 Dec 2023 10:52:59 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D00A2BC015 for ; Wed, 6 Dec 2023 10:52:59 +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 77D5233FDEE for ; Wed, 6 Dec 2023 10:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC76813E4 for ; Wed, 6 Dec 2023 10:52:56 +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: <1701859961.185baffd2265d79d52d9c42050ecdf9239195923.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.4.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch 11.4.0/gentoo/README.history X-VCS-Directories: 11.4.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 185baffd2265d79d52d9c42050ecdf9239195923 X-VCS-Branch: master Date: Wed, 6 Dec 2023 10:52:56 +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: 16c5b5c5-5d8c-4ce9-8c71-ac49c429d5f5 X-Archives-Hash: 90c7797da574d62dea5ca8d66a2d7542 commit: 185baffd2265d79d52d9c42050ecdf9239195923 Author: Sam James gentoo org> AuthorDate: Wed Dec 6 10:52:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 6 10:52:41 2023 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=185baffd 11.4.0: drop now obsolete 77_all_all_PR112823_13_libiberty-warning.patch Merged upstream. Bug: https://gcc.gnu.org/PR112823 Signed-off-by: Sam James gentoo.org> .../77_all_all_PR112823_13_libiberty-warning.patch | 36 ---------------------- 11.4.0/gentoo/README.history | 4 +++ 2 files changed, 4 insertions(+), 36 deletions(-) diff --git a/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch b/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch deleted file mode 100644 index 26d38af..0000000 --- a/11.4.0/gentoo/77_all_all_PR112823_13_libiberty-warning.patch +++ /dev/null @@ -1,36 +0,0 @@ -https://gcc.gnu.org/PR112823 -https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=38757aa88735ab - -From 38757aa88735ab2e511bc428e2407a5a5e9fa0be Mon Sep 17 00:00:00 2001 -From: Iain Sandoe -Date: Mon, 23 Aug 2021 17:34:43 +0100 -Subject: [PATCH] libiberty, Darwin: Fix a build warning. - -r12-3005-g220c410162ebece4f missed a cast for the set_32 call. -Fixed thus. - -Signed-off-by: Iain Sandoe - -libiberty/ChangeLog: - - * simple-object-mach-o.c (simple_object_mach_o_write_segment): - Cast the first argument to set_32 as needed. ---- - libiberty/simple-object-mach-o.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/libiberty/simple-object-mach-o.c b/libiberty/simple-object-mach-o.c -index 72b69d19c21..a8869e7c639 100644 ---- a/libiberty/simple-object-mach-o.c -+++ b/libiberty/simple-object-mach-o.c -@@ -1228,7 +1228,7 @@ simple_object_mach_o_write_segment (simple_object_write *sobj, int descriptor, - /* Swap the indices, if required. */ - - for (i = 0; i < (nsects_in * 4); ++i) -- set_32 (&index[i], index[i]); -+ set_32 ((unsigned char *) &index[i], index[i]); - - sechdr_offset += sechdrsize; - --- -2.39.3 diff --git a/11.4.0/gentoo/README.history b/11.4.0/gentoo/README.history index 436fcb5..c16ac1e 100644 --- a/11.4.0/gentoo/README.history +++ b/11.4.0/gentoo/README.history @@ -1,3 +1,7 @@ +12 ?? ??? 2023 + + - 77_all_all_PR112823_13_libiberty-warning.patch + 11 2 Dec 2023 + 77_all_all_PR112823_13_libiberty-warning.patch