From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19605 invoked by alias); 26 Jun 2013 22:10:25 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 19595 invoked by uid 89); 26 Jun 2013 22:10:24 -0000 X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 26 Jun 2013 22:10:23 +0000 Received: by mail-we0-f169.google.com with SMTP id n57so11374wev.0 for ; Wed, 26 Jun 2013 15:10:21 -0700 (PDT) X-Received: by 10.194.21.138 with SMTP id v10mr4278465wje.16.1372284621341; Wed, 26 Jun 2013 15:10:21 -0700 (PDT) Received: from localhost ([2.26.203.46]) by mx.google.com with ESMTPSA id h8sm3980679wie.1.2013.06.26.15.10.20 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 26 Jun 2013 15:10:20 -0700 (PDT) From: Richard Sandiford To: "Maciej W. Rozycki" Mail-Followup-To: "Maciej W. Rozycki" ,, rdsandiford@googlemail.com Cc: Subject: Re: Is this "gdb disassembler" code still needed? References: <87d2r83elf.fsf@talisman.default> Date: Wed, 26 Jun 2013 22:10:00 -0000 In-Reply-To: (Maciej W. Rozycki's message of "Wed, 26 Jun 2013 20:08:24 +0100") Message-ID: <878v1w34ms.fsf@talisman.default> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-06/txt/msg00060.txt.bz2 "Maciej W. Rozycki" writes: > Hmm, it looks like some cleanup might be in order here, especially the > microMIPS stuff seems backwards (probably blindly copied from the standard > MIPS version whereas MIPS16 conditions stand here) and should be fixed. > > Other than that I am fairly sure the behaviour is intentional, so except > from any microMIPS change to match the MIPS16 variant please refrain from > fiddling with these bits until I am done with the change proposed here: > > http://sourceware.org/ml/binutils/2012-05/msg00183.html > http://sourceware.org/ml/binutils/2012-06/msg00114.html OK, thanks. I'll change microMIPS to match MIPS16 like you say. Richard