From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8230 invoked by alias); 14 Aug 2007 21:52:07 -0000 Received: (qmail 8130 invoked by uid 22791); 14 Aug 2007 21:52:06 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.249) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Aug 2007 21:51:59 +0000 Received: by an-out-0708.google.com with SMTP id c23so361731anc for ; Tue, 14 Aug 2007 14:51:57 -0700 (PDT) Received: by 10.90.99.20 with SMTP id w20mr3917432agb.1187128317424; Tue, 14 Aug 2007 14:51:57 -0700 (PDT) Received: by 10.100.127.9 with HTTP; Tue, 14 Aug 2007 14:51:57 -0700 (PDT) Message-ID: Date: Tue, 14 Aug 2007 21:52:00 -0000 From: "Vinod pandarinathan" To: "Vinod pandarinathan" , "Paul Koning" , gdb@sourceware.org Subject: Re: MIPS 64 bit addressing query In-Reply-To: <20070814203232.GA1300@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070806015122.GA29212@caradoc.them.org> <18103.27059.549214.117236@pkoning.equallogic.com> <20070814203232.GA1300@caradoc.them.org> 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 X-SW-Source: 2007-08/txt/msg00121.txt.bz2 Its an ELF 32-bit MSB MIPS-III executable with the following flags set in the elf header. Flags: 0x20001101, noreorder, 32bitmode, o32, mips 3 Thanks Vinod. On 8/14/07, Daniel Jacobowitz wrote: > On Tue, Aug 14, 2007 at 01:20:34PM -0700, Vinod pandarinathan wrote: > > Does the sign extension happen when the addresses are stored in the > > breakpoint structure in (set_raw_breakpoint) or even earlier when the > > symbols are read from the executable ? > > Should be back here. > > What ABI and file format is your code? I just last week worked on a > similar problem for N64 binaries in 32-bit ELF. > > -- > Daniel Jacobowitz > CodeSourcery >