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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7E86713933E for ; Mon, 5 Jul 2021 20:46:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC8D4E0A02; Mon, 5 Jul 2021 20:46:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 853A0E0A01 for ; Mon, 5 Jul 2021 20:46:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46551340FEE for ; Mon, 5 Jul 2021 20:46:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5B3C7C8 for ; Mon, 5 Jul 2021 20:45:59 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1625517868.7dd8349f432f40a124bab1eab5b86cc874320455.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 7.5.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 7.5.0/gentoo/README.history X-VCS-Directories: 7.5.0/gentoo/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 7dd8349f432f40a124bab1eab5b86cc874320455 X-VCS-Branch: master Date: Mon, 5 Jul 2021 20:45:59 +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: b619528e-419b-45e6-a955-9cb7655b9d87 X-Archives-Hash: 9af097b69865bf546e3ece872a123a5a commit: 7dd8349f432f40a124bab1eab5b86cc874320455 Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jul 5 20:38:25 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jul 5 20:44:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=7dd8349f 7.5.0: cut 4 patchset Two new changes: + 25_all_plugin-objdump.patch: use host-prefixed objdump + 26_all_remove-cyclades.patch: fix build failure against linux-headers-5.13 Bug: https://gcc.gnu.org/PR95648 Bug: https://gcc.gnu.org/PR100379 Signed-off-by: Sergei Trofimovich gentoo.org> 7.5.0/gentoo/README.history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7.5.0/gentoo/README.history b/7.5.0/gentoo/README.history index 244dfab..f9087c5 100644 --- a/7.5.0/gentoo/README.history +++ b/7.5.0/gentoo/README.history @@ -1,4 +1,4 @@ -4 TODO +4 05 July 2021 + 25_all_plugin-objdump.patch + 26_all_remove-cyclades.patch