From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18951 invoked by alias); 26 Feb 2011 09:13:15 -0000 Received: (qmail 18942 invoked by uid 22791); 26 Feb 2011 09:13:15 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-wy0-f169.google.com (HELO mail-wy0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 26 Feb 2011 09:13:08 +0000 Received: by wyi11 with SMTP id 11so2782904wyi.0 for ; Sat, 26 Feb 2011 01:13:06 -0800 (PST) Received: by 10.227.147.5 with SMTP id j5mr2998224wbv.41.1298711586536; Sat, 26 Feb 2011 01:13:06 -0800 (PST) Received: from localhost (rsandifo.gotadsl.co.uk [82.133.89.107]) by mx.google.com with ESMTPS id w25sm1331084wbd.17.2011.02.26.01.13.04 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Feb 2011 01:13:05 -0800 (PST) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,binutils@sourceware.org, rdsandiford@googlemail.com Cc: binutils@sourceware.org Subject: Re: [PATCH] MIPS/GAS: Correct branch relaxation message capitalisation References: Date: Sat, 26 Feb 2011 09:13:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Thu, 24 Feb 2011 23:57:33 +0000 (GMT)") Message-ID: <87tyfrqhus.fsf@firetop.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00354.txt.bz2 "Maciej W. Rozycki" writes: > 2011-02-24 Maciej W. Rozycki > > gas/ > * config/tc-mips.c (md_convert_frag): Correct message > capitalization. > > gas/testsuite/ > * gas/mips/relax-swap1.l: Adjust for message capitalization > correction. > * gas/mips/relax-swap2.l: Likewise. > * gas/mips/relax.l: Likewise. OK, thanks. Richard