From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from emagii.se (www.emagii.com [185.133.207.17]) by sourceware.org (Postfix) with ESMTPS id 4A8BD3864807 for ; Mon, 13 Feb 2023 12:29:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4A8BD3864807 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=emagii.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=emagii.com Received: from [10.175.196.145] (84-55-68-216.customers.ownit.se [84.55.68.216]) by emagii.se (Postfix) with ESMTPSA id EDF8412019C for ; Mon, 13 Feb 2023 13:29:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1676291342; bh=8txnQ0fLOFlyzeqlwKGjenYvS9/5w9t+x5LNbyxhMdI=; h=Subject:To:From; b=sBn4RMmAUpWQCptMGrQN7JLhoe7CzY64Kj8azXytr9a9g+tXivYzcxliNBWeZQQkp Qt+tuUoCHLa9iTUBZ2xbn9IwNVc3Z+Hzdsdmcb4NEbjgrKWeYoGKfnJ82Z7JbAR5gY KQwYkHsE9zcx/RRtpOvCKVbh+LBkkUuhFmm4ytTU= Authentication-Results: emagii.beebytevps.io; spf=pass (sender IP is 84.55.68.216) smtp.mailfrom=binutils@emagii.com smtp.helo=[10.175.196.145] Received-SPF: pass (emagii.beebytevps.io: connection is authenticated) Message-ID: <19a47566-3de5-1653-cead-f5ba31eaaeef@emagii.com> Date: Mon, 13 Feb 2023 13:29:01 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v2 3/5] Parse ASCIZ command Content-Language: sv-FI To: binutils@sourceware.org References: <20230213122241.6144-1-binutils@emagii.com> <20230213122241.6144-4-binutils@emagii.com> From: Ulf Samuelsson In-Reply-To: <20230213122241.6144-4-binutils@emagii.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-PPP-Message-ID: <167629134224.3735366.4969383155078636482@localhost.localdomain> X-PPP-Vhost: emagii.com X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_FAIL,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: Comment on: einfo (_("%P:%pS: warning: string does not fit \"%s\"\n"), NULL, s); This output command is needed once there is an ASCII , command. The ASCIZ command supported in this patchset will never trigger this. I guess this will need translation once the ASCII command is added. What is the procedure when you want to add strings like this? I certainly do not know how to translate to Mandarin ;-) Best Regards Ulf Samuelsson Den 2023-02-13 kl. 13:22, skrev Ulf Samuelsson via Binutils: > einfo (_("%P:%pS: warning: string does not fit \"%s\"\n"), NULL, s);