From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15476 invoked by alias); 16 Nov 2014 19:27:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15461 invoked by uid 89); 16 Nov 2014 19:27:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f175.google.com Received: from mail-pd0-f175.google.com (HELO mail-pd0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 16 Nov 2014 19:27:34 +0000 Received: by mail-pd0-f175.google.com with SMTP id y10so1051416pdj.20 for ; Sun, 16 Nov 2014 11:27:32 -0800 (PST) X-Received: by 10.70.38.69 with SMTP id e5mr1904708pdk.6.1416166052899; Sun, 16 Nov 2014 11:27:32 -0800 (PST) Received: from seba.sebabeach.org.gmail.com (173-13-178-53-sfba.hfc.comcastbusiness.net. [173.13.178.53]) by mx.google.com with ESMTPSA id u1sm33117549pdj.29.2014.11.16.11.27.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Nov 2014 11:27:32 -0800 (PST) From: Doug Evans To: Joel Brobecker , "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Rich Fuhler , Richard Sandiford Subject: Re: [PATCH v2 1/2] ISA bit treatment on the MIPS platform References: <20120611182043.GA7597@adacore.com> <20141116103721.GG5774@adacore.com> Date: Sun, 16 Nov 2014 19:27:00 -0000 In-Reply-To: <20141116103721.GG5774@adacore.com> (Joel Brobecker's message of "Sun, 16 Nov 2014 14:37:21 +0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00380.txt.bz2 Joel Brobecker writes: > Pre-approved, with the on minor documentation request below. For reference sake, I've got some comments too. Please hold off checking this in until I can finish reading the patch (which I'm in the middle of and should finish today).