From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 750B239960E8 for ; Thu, 17 Jun 2021 20:31:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 750B239960E8 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: HOo4NRSYDpY5qIjX9SUGJp186qVYh5sOdCNuG1SjWE01pTBG4Gkz8Ic3O/ygOX+zzt+M6euyWC LZhXrnjDiPxsdxStVhK6D1fuhiIZi1EizSz3fhFvh2Hz7thNV1Q4rmm2lLVwE4xbyoZzn1lxpP lBh1yiA7+0JyvKeVGd97zcdU1zpiY8ZXw88CDEmEQpqtaX9yRrp5o+HhVL45IbmlLiZR66Waa3 R6/bB4WaoTmT16znEAn8mW5SFRVboYthwhIcoGeThVPaDCQUw65DlfU9XdcYYttx8StxA5/seK ZEM= X-IronPort-AV: E=Sophos;i="5.83,281,1616486400"; d="scan'208";a="62535857" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 17 Jun 2021 12:31:29 -0800 IronPort-SDR: pCsyixAEh3YrFFZJCymZn6UIM8hcanjXGoNATasY5a8gj0NzQIVejUohRbmC893Jok0vVqe3HS urp+ja/jYUNMkuGkNrWZB+e8FiX4kWpG8GXd/gfd/QHr/fWFitT5hfpjLekMqNRxXihoW5NOqz 9AICkbVFht6aG8Sl/io/uFMfo5DXV/BJGw9DfqbdQeQiOsTHZAhNrR+n5BIL8alA+eywwGtzhp t+FR0ysM2jpn2wWHGhKCgiAsVHHjWBgEKN9oLjMx27HftEDhJ8y4ekmXFEyEitmpxxW2Fl5oH5 tD0= Date: Thu, 17 Jun 2021 20:31:23 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Marcel Vollweiler CC: Subject: Re: [PATCH] gcc/configure.ac: fix register issue for global_load assembler functions In-Reply-To: <40d15369-610d-c135-6d7d-d78c64a33c74@codesourcery.com> Message-ID: References: <284bb460-f192-db1d-8deb-fd9579ebdd9a@codesourcery.com> <20210616170135.277c6859@squid.athome> <40d15369-610d-c135-6d7d-d78c64a33c74@codesourcery.com> 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-05.mgc.mentorg.com (139.181.222.5) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3120.6 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2021 20:31:34 -0000 On Thu, 17 Jun 2021, Marcel Vollweiler wrote: > Thank you for your proposals. I adapted configure.ac and gcn.c > accordingly (similar to the GATHER_STATISTICS example). Thanks, the configure changes in this version are OK. -- Joseph S. Myers joseph@codesourcery.com