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 CD3A43858D28 for ; Wed, 15 Feb 2023 17:52:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CD3A43858D28 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 1635D120009; Wed, 15 Feb 2023 18:52:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=emagii.com; s=default; t=1676483530; bh=wwHgdhymVcOmIVlchrYEJyJEFAz8qOa0i2KK1udlraM=; h=Subject:To:From; b=pv6xMkXYvnw7ocZdWpaQiSrC4eTV0pzpYQhBXCjZDqIJDg7rMdIKJ/VQA42lkrbZb dWerNiyF4ZyjERVtKARq4bpqgQDW50tsD96oFNsF4v2MBkv4LiM8uyoZWN+EOAJA8o V9e8vy0WrIoEg+uRKU8to5oHRgHGmJ9gVrDG2+5U= 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: Date: Wed, 15 Feb 2023 18:52:09 +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: [RFC v0 0/6] ASCII Command for output section Content-Language: sv-FI To: Nick Clifton , binutils@sourceware.org References: <20230215114052.28292-1-binutils@emagii.com> From: Ulf Samuelsson In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-PPP-Message-ID: <167648353031.3847454.4043093674635969973@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: Den 2023-02-15 kl. 18:28, skrev Nick Clifton: > Hi Ulf, > >   What do you think of this alternative version of your patch ? > Seems to do what I want, so I would be OK with applying this. Best Regards Ulf Samuelsson >   It will still need tweaking so that the tests will work on big-endian >   architectures, and the documentation will need fixing, but I think >   that it does most of what you want. > > Cheers >   Nick