From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15173 invoked by alias); 21 Apr 2002 02:19:15 -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 15166 invoked from network); 21 Apr 2002 02:19:15 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 21 Apr 2002 02:19:15 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id TAA18447; Sat, 20 Apr 2002 19:10:23 -0700 Date: Sat, 20 Apr 2002 19:19:00 -0000 Message-Id: <20020420.191023.99247549.davem@redhat.com> To: thorpej@wasabisystems.com Cc: msnyder@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Sparc/Linux fixes part 1 From: "David S. Miller" In-Reply-To: <20020420190416.A1627@dr-evil.shagadelic.org> References: <20020420100052.U1627@dr-evil.shagadelic.org> <20020420.175049.83695986.davem@redhat.com> <20020420190416.A1627@dr-evil.shagadelic.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00702.txt.bz2 From: Jason R Thorpe Date: Sat, 20 Apr 2002 19:04:16 -0700 You don't have to distinguish between the two binaries. Seems like you only need to provide a default depending on the target GDB was configured for, and a way to switch them at run-time. That's a great idea. (no ".note.ABI-tag" note section in sparc linux binaries, eh? oh well... my suggestion would still work :-) Indeed, that's the ticket. Thanks for mentioning this.