From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25988 invoked by alias); 13 Feb 2004 18:48:20 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25980 invoked from network); 13 Feb 2004 18:48:18 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 13 Feb 2004 18:48:18 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B25742B92; Fri, 13 Feb 2004 13:48:10 -0500 (EST) Message-ID: <402D1BEA.4030407@gnu.org> Date: Fri, 13 Feb 2004 18:48:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Elena Zannoni Cc: Michael Elizabeth Chastain , brobecker@gnat.com, gdb-patches@sources.redhat.com Subject: Re: Time for a HP/PA hackathon? References: <20040213181331.EE1D54B104@berman.michael-chastain.com> <16429.5982.897653.738249@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-02/txt/msg00348.txt.bz2 > Michael Elizabeth Chastain writes: > > mec> "not in executable format: Bad value" > > ac> Um, in a word, "huh?" :-) I think that's caused by something else. > > > > It *is* caused by something else. Note the lack of a "before" version > > in my message. I went back and built the stock gdb like I should have, > > and it's broken the same way. > > > > gdb cvs HEAD broke some time between 2004-02-07 02:51:38 UTC (exact) > > and 2004-02-13 T 15:25:06 UTC (approx). I'll go track it down. > > > > Michael C > > maybe the obstack changes? :-( BFD's erroring out when trying to open a file, so no. size_ptr on the other hand .... Andrew