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 77FF43858407 for ; Wed, 15 Sep 2021 10:20:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 77FF43858407 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 84A212003DD; Wed, 15 Sep 2021 12:19:57 +0200 (CEST) From: Eric Botcazou To: Daniel Cederman Cc: gcc-patches@gcc.gnu.org, daniel@gaisler.com, Andreas Larsson Subject: Re: [PATCH] sparc: Print out bit names for LEON and LEON3 with -mdebug Date: Wed, 15 Sep 2021 12:19:57 +0200 Message-ID: <3129208.aeNJFYEL58@fomalhaut> In-Reply-To: <20210915093610.3112669-2-cederman@gaisler.com> References: <20210915093610.3112669-1-cederman@gaisler.com> <20210915093610.3112669-2-cederman@gaisler.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, 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:20:06 -0000 > gcc/ChangeLog: > > * config/sparc/sparc.c (dump_target_flag_bits): Print bit names for > LEON and LEON3. OK everywhere. -- Eric Botcazou