From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14862 invoked by alias); 13 Jan 2004 03:12:00 -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 14853 invoked from network); 13 Jan 2004 03:11:59 -0000 Received: from unknown (HELO yosemite.airs.com) (209.128.65.135) by sources.redhat.com with SMTP; 13 Jan 2004 03:11:59 -0000 Received: (qmail 18942 invoked by uid 10); 13 Jan 2004 03:11:58 -0000 Received: (qmail 21218 invoked by uid 500); 13 Jan 2004 03:11:48 -0000 From: Ian Lance Taylor To: Elena Zannoni Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: [RFA] new test for separate debug info References: <20031114193714.872554B3FA@berman.michael-chastain.com> <16309.13939.786088.679758@localhost.redhat.com> <16386.55063.622165.537230@localhost.redhat.com> <4003193D.3040504@gnu.org> <20040112222849.GA11269@nevyn.them.org> <16387.10574.38722.591320@localhost.redhat.com> Date: Tue, 13 Jan 2004 03:12:00 -0000 In-Reply-To: <16387.10574.38722.591320@localhost.redhat.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg00334.txt.bz2 Elena Zannoni writes: > Daniel Jacobowitz writes: > > > > BTW, Elena, should it be testing for the presence of dwarf2 rather than > > the absence of stabs? I suspect you'll be hearing from MichaelC soon > > if the test doesn't work on HP-UX. > > > > Hmm, maybe. That's an easy fix, if needed. Does binutils deal with som? Yes, but native only. You can't build a cross-assembler which generates SOM. Ian