From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [IPv6:2a01:e0c:1:1599::11]) by sourceware.org (Postfix) with ESMTPS id 32B733857800 for ; Wed, 15 Sep 2021 10:32:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 32B733857800 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=libertysurf.fr Authentication-Results: sourceware.org; spf=none smtp.mailfrom=libertysurf.fr Received: from fomalhaut.localnet (unknown [IPv6:2a01:e0a:41b:84f0:cf71:f5e0:b050:bede]) by smtp2-g21.free.fr (Postfix) with ESMTP id 559842003F7; Wed, 15 Sep 2021 12:32:43 +0200 (CEST) From: Eric Botcazou To: Daniel Cederman Cc: gcc-patches@gcc.gnu.org, daniel@gaisler.com Subject: Re: [PATCH 3/4] sparc: Prevent atomic instructions in beginning of functions for UT700 Date: Wed, 15 Sep 2021 12:32:38 +0200 Message-ID: <7287727.EvYhyI6sBW@fomalhaut> In-Reply-To: <20210915093610.3112669-5-cederman@gaisler.com> References: <20210915093610.3112669-1-cederman@gaisler.com> <20210915093610.3112669-5-cederman@gaisler.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Wed, 15 Sep 2021 10:32:50 -0000 > gcc/ChangeLog: > > * config/sparc/sparc.c (sparc_do_work_around_errata): Do not begin > functions with atomic instruction in the UT700 errata workaround. OK everywhere. -- Eric Botcazou