From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id D87143858C2C for ; Thu, 24 Mar 2022 14:36:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D87143858C2C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [172.16.0.95] (192-222-180-24.qc.cable.ebox.net [192.222.180.24]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 811531F0BB; Thu, 24 Mar 2022 10:36:01 -0400 (EDT) Message-ID: Date: Thu, 24 Mar 2022 10:36:00 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Subject: Re: [PATCH] Two patched to fix the spelling of "aligned" in various places Content-Language: tl To: Reuben Thomas , Reuben Thomas via Gdb-patches References: From: Simon Marchi In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3639.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2022 14:36:03 -0000 On 2022-03-24 08:11, Reuben Thomas via Gdb-patches wrote: > On Thu, 24 Mar 2022 at 12:07, Reuben Thomas wrote: > >> One patch for gas, one for sim. >> > > I have updated the patch for sim to fix a couple of other comment typos. > > -- > https://rrt.sc3d.org Hi, Please send the gas patch to binutils@sourceware.org. I pushed the sim one - I am not a sim maintainer, but it seems obvious to me. Simon