From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [IPv6:2001:a60:0:28:0:1:25:1]) by sourceware.org (Postfix) with ESMTPS id 7B7BA3854826 for ; Fri, 18 Aug 2023 06:58:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7B7BA3854826 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nefkom.net Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 4RRt481Dlhz1sCln; Fri, 18 Aug 2023 08:58:00 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4RRt480R1pz1qqlS; Fri, 18 Aug 2023 08:57:59 +0200 (CEST) X-Virus-Scanned: amavis at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024) with ESMTP id cCFYaoewYHo4; Fri, 18 Aug 2023 08:57:59 +0200 (CEST) X-Auth-Info: ADaLlS/ukBP3Wq+z5uh5cC4kSzfkAORpsNdc6jJAK7bk6xtowcSR4mzrNcAX/bRT Received: from tiger.home (aftr-62-216-205-221.dynamic.mnet-online.de [62.216.205.221]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 18 Aug 2023 08:57:59 +0200 (CEST) Received: by tiger.home (Postfix, from userid 1000) id 8055B1E82D6; Fri, 18 Aug 2023 08:57:58 +0200 (CEST) From: Andreas Schwab To: Nelson Chu Cc: binutils@sourceware.org, nelson.rivosinc.com@NelsondeMBP.localdomain Subject: Re: [Committed] RISC-V: Report "c or zca" for INSN_CLASS_C when error reporting. In-Reply-To: <20230818040710.62018-1-nelson@rivosinc.com> (Nelson Chu's message of "Fri, 18 Aug 2023 12:07:10 +0800") References: <20230818040710.62018-1-nelson@rivosinc.com> X-Yow: I put aside my copy of ``BOWLING WORLD'' and think about GUN CONTROL legislation.. Date: Fri, 18 Aug 2023 08:57:58 +0200 Message-ID: <87jztssuq1.fsf@linux-m68k.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Aug 18 2023, Nelson Chu wrote: > diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c > index e9852ef8fa1..cb65024beaf 100644 > --- a/bfd/elfxx-riscv.c > +++ b/bfd/elfxx-riscv.c > @@ -2625,7 +2625,7 @@ riscv_multi_subset_supports_ext (riscv_parse_subset_t *rps, > case INSN_CLASS_Q: > return "q"; > case INSN_CLASS_C: > - return "c"; > + return _("c' or `zca"); That text is substituted into a longer sentence, and not i18n friendly. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."