From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10097 invoked by alias); 5 Jul 2011 08:56:44 -0000 Received: (qmail 10088 invoked by uid 22791); 5 Jul 2011 08:56:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW 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; Tue, 05 Jul 2011 08:56:29 +0000 Received: by wyg36 with SMTP id 36so4709790wyg.0 for ; Tue, 05 Jul 2011 01:56:28 -0700 (PDT) Received: by 10.227.200.210 with SMTP id ex18mr6201789wbb.7.1309856188576; Tue, 05 Jul 2011 01:56:28 -0700 (PDT) Received: from richards-thinkpad (rsandifo.gotadsl.co.uk [82.133.89.107]) by mx.google.com with ESMTPS id p14sm868226wbh.30.2011.07.05.01.56.26 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Jul 2011 01:56:27 -0700 (PDT) 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: Fix DWARF-2 with branch swapping for MIPS16 code References: <87boxg5nyo.fsf@firetop.home> <87boxdcf2b.fsf@firetop.home> <87ei254wmb.fsf@firetop.home> Date: Tue, 05 Jul 2011 11:29:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Mon, 4 Jul 2011 23:57:48 +0100 (BST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (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-07/txt/msg00050.txt.bz2 "Maciej W. Rozycki" writes: > 2011-07-04 Maciej W. Rozycki > > include/opcode/ > * mips.h: Document the use of FP_D in MIPS16 mode. Adjust the > order of flags documented. OK. Richard