From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14088 invoked by alias); 28 Apr 2006 20:36:39 -0000 Received: (qmail 14080 invoked by uid 22791); 28 Apr 2006 20:36:39 -0000 X-Spam-Check-By: sourceware.org Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Apr 2006 20:36:36 +0000 Received: from relay5.apple.com (a17-128-113-35.apple.com [17.128.113.35]) by mail-out3.apple.com (8.12.11/8.12.11) with ESMTP id k3SKZx4n005440; Fri, 28 Apr 2006 13:35:59 -0700 (PDT) Received: from [17.219.198.216] (unknown [17.219.198.216]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by relay5.apple.com (Apple SCV relay) with ESMTP id 703A6324013; Fri, 28 Apr 2006 13:35:59 -0700 (PDT) In-Reply-To: <20060428192932.GA3894@nevyn.them.org> References: <20060428123353.GF4579@networkno.de> <0C690A4E-C9EC-4BBF-AD0E-395C77D6BD15@apple.com> <20060428181432.GK4579@networkno.de> <20060428192932.GA3894@nevyn.them.org> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Cc: Thiemo Seufer , binutils@sourceware.org Content-Transfer-Encoding: 7bit From: Eric Christopher Subject: Re: [PATCH] Force mips16 disassembled addresses to odd values Date: Sat, 29 Apr 2006 06:14:00 -0000 To: Daniel Jacobowitz X-Mailer: Apple Mail (2.749.3) 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/msg00424.txt.bz2 On Apr 28, 2006, at 12:29 PM, Daniel Jacobowitz wrote: > On Fri, Apr 28, 2006 at 11:20:24AM -0700, Eric Christopher wrote: >>> 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?). >> >> Good question. What's done for arm/thumb? > > Complicated. But ARM's been moving to something along the same lines > as what Thiemo is doing: indicate Thumb-ness of a symbol by setting > the > low bit, consistently. OK. I was just curious. It seemed well, odd :) -eric