From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26110 invoked by alias); 31 Jul 2013 21:58:11 -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 26085 invoked by uid 89); 31 Jul 2013 21:58:10 -0000 X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_50,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RDNS_NONE autolearn=no version=3.3.1 Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 31 Jul 2013 21:58:10 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1V4ePC-0006ex-CC from Maciej_Rozycki@mentor.com ; Wed, 31 Jul 2013 14:58:02 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 31 Jul 2013 14:58:01 -0700 Received: from [172.30.64.204] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Wed, 31 Jul 2013 22:58:00 +0100 Date: Wed, 31 Jul 2013 21:58:00 -0000 From: "Maciej W. Rozycki" To: Richard Sandiford CC: Subject: Re: Is this "gdb disassembler" code still needed? In-Reply-To: <87iozqabi0.fsf@talisman.default> Message-ID: References: <87d2r83elf.fsf@talisman.default> <878v1w34ms.fsf@talisman.default> <87iozqabi0.fsf@talisman.default> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-07/txt/msg00102.txt.bz2 On Wed, 31 Jul 2013, Richard Sandiford wrote: > Gah, sorry. The code is still there, but I think in the MIPS16 case it's > being thwarted by an even base address. Does this fix it? (microMIPS > should be OK.) Yes it does, thanks for a quick fix! Maciej