From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13707 invoked by alias); 28 Apr 2006 18:15:18 -0000 Received: (qmail 13632 invoked by uid 22791); 28 Apr 2006 18:15:18 -0000 X-Spam-Check-By: sourceware.org Received: from bender.bawue.de (HELO bender.bawue.de) (193.7.176.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Apr 2006 18:15:15 +0000 Received: from lagash (unknown [194.74.144.146]) by bender.bawue.de (Postfix) with ESMTP id EEEE8457E0; Fri, 28 Apr 2006 20:15:12 +0200 (MEST) Received: from ths by lagash with local (Exim 4.61) (envelope-from ) id 1FZXU8-0006QG-Op; Fri, 28 Apr 2006 19:14:33 +0100 Date: Fri, 28 Apr 2006 19:39:00 -0000 To: Eric Christopher Cc: binutils@sourceware.org Subject: Re: [PATCH] Force mips16 disassembled addresses to odd values Message-ID: <20060428181432.GK4579@networkno.de> References: <20060428123353.GF4579@networkno.de> <0C690A4E-C9EC-4BBF-AD0E-395C77D6BD15@apple.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0C690A4E-C9EC-4BBF-AD0E-395C77D6BD15@apple.com> User-Agent: Mutt/1.5.11+cvs20060403 From: Thiemo Seufer X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00418.txt.bz2 Eric Christopher wrote: > > On Apr 28, 2006, at 5:33 AM, Thiemo Seufer wrote: > > >Hello All, > > > >this patch forces some disassembled mips16 addresses to odd values, > >this helps gdb to handle mips16 code better. > > Uh. What on earth? Could you explain this one? :) Gdb has to find out what part is MIPS16 in mixed MIPS32/MIPS16 code binaries. The code is used in MIPS' SDE6 toolchain, I don't know if there are better ways like relying on DWARF info (in a detached file for raw binaries?). Thiemo