From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23793 invoked by alias); 21 Apr 2004 19:19:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23729 invoked from network); 21 Apr 2004 19:19:31 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.170.238) by sources.redhat.com with SMTP; 21 Apr 2004 19:19:31 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 8A1A72B9D; Wed, 21 Apr 2004 15:19:19 -0400 (EDT) Message-ID: <4086C937.6010405@gnu.org> Date: Thu, 22 Apr 2004 01:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: Roland McGrath , gdb@sources.redhat.com Subject: Re: add-symbol-file-from-memory patch breaks non-elf targets? References: <20040421045817.GE17842@tausq.org> <200404210709.i3L795Cx002971@magilla.sf.frob.com> <20040421150508.GH17842@tausq.org> In-Reply-To: <20040421150508.GH17842@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00127.txt.bz2 >>In gdb, I could not find, and still cannot find, a reasonable way to >>> conditionalize something at compile time on "will there be ELF". > > > can we add an autoconf check for this? That shouldn't be necessary. Andrew