From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18788 invoked by alias); 30 Apr 2007 13:19:12 -0000 Received: (qmail 18776 invoked by uid 22791); 30 Apr 2007 13:19:11 -0000 X-Spam-Check-By: sourceware.org Received: from dmz.mips-uk.com (HELO dmz.mips-uk.com) (194.74.144.194) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Apr 2007 14:19:09 +0100 Received: from internal-mx1 ([192.168.192.240] helo=ukservices1.mips.com) by dmz.mips-uk.com with esmtp (Exim 3.35 #1 (Debian)) id 1HiVmS-0007uH-00; Mon, 30 Apr 2007 14:19:04 +0100 Received: from perivale.mips.com ([192.168.192.200]) by ukservices1.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1HiVmK-0004cr-00; Mon, 30 Apr 2007 14:18:56 +0100 Received: from macro (helo=localhost) by perivale.mips.com with local-esmtp (Exim 4.63) (envelope-from ) id 1HiVmK-0007w9-Iq; Mon, 30 Apr 2007 14:18:56 +0100 Date: Mon, 30 Apr 2007 13:21:00 -0000 From: "Maciej W. Rozycki" To: Daniel Jacobowitz cc: gdb-patches@sourceware.org, "Maciej W. Rozycki" Subject: Re: [patch] Handle signed addresses in the dwarf2 unwinder In-Reply-To: <20070430131506.GA25539@caradoc.them.org> Message-ID: References: <20070428204247.GA8582@caradoc.them.org> <20070430131506.GA25539@caradoc.them.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-MIPS-Technologies-UK-MailScanner: Found to be clean X-MIPS-Technologies-UK-MailScanner-From: macro@mips.com Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00412.txt.bz2 On Mon, 30 Apr 2007, Daniel Jacobowitz wrote: > > You can use the newlib configuration and the sde64 target board, like > > e.g.: > > > > $ .../configure --target=mipsisa32-sde-elf > > $ make > > $ (cd gdb && make check//mips-sim-sde64/-EB) > > Where's that board file supposed to come from? It's not in the latest > dejagnu I checked. Oops -- it looks like it's still pending somewhere internally -- sorry about the noise. I can still see if I can verify your patch somehow though. Maciej