From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 20D863858D39 for ; Wed, 17 Aug 2022 22:48:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 20D863858D39 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.93,244,1654588800"; d="scan'208";a="84231039" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 17 Aug 2022 14:48:43 -0800 IronPort-SDR: +Ug033Afi50nvhxse0cUj79xU/ql3TcC0gvOhqrCol/U04YvMwsSAbJazkeiHFnLIaAYujUZoC rn/e7CTMnRR+tsVozvScuZr60TPM8/DB0Rr+SKWmVXB9PO3WoovpceECZ7YsrWSktyI0DtFliZ HrYcRVBeA2ohwazkur2S9hQZr9WSTvjA2WTNe2C9qUq8W8BDQbpg9hKrMMKM43eCqelchhBI36 GLHrR5+Ek7l+4gU1G+xL9khCsFMxJWVEx5P91OeSFxHFMljUrXiiQCWJaw6qWuxckCj7o/hwm8 Y3E= Date: Wed, 17 Aug 2022 22:48:38 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Subject: Use binutils 2.39 branch in build-many-glibcs.py Message-ID: User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3117.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2022 22:48:46 -0000 This patch makes build-many-glibcs.py use binutils 2.39 branch. Tested with build-many-glibcs.py (compilers and glibcs builds). Note: binutils 2.39 shows the same failures for i686-linux-gnu-no-pie, x86_64-linux-gnu-no-pie and x86_64-linux-gnu-x32-no-pie building the glibc testsuite as binutils mainline does. diff --git a/scripts/build-many-glibcs.py b/scripts/build-many-glibcs.py index 070ac90fa1..98f02104a2 100755 --- a/scripts/build-many-glibcs.py +++ b/scripts/build-many-glibcs.py @@ -789,7 +789,7 @@ class Context(object): def checkout(self, versions): """Check out the desired component versions.""" - default_versions = {'binutils': 'vcs-2.38', + default_versions = {'binutils': 'vcs-2.39', 'gcc': 'vcs-12', 'glibc': 'vcs-mainline', 'gmp': '6.2.1', -- Joseph S. Myers joseph@codesourcery.com