From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5623 invoked by alias); 8 Dec 2004 04:46: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 5598 invoked from network); 8 Dec 2004 04:45:57 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 8 Dec 2004 04:45:57 -0000 Received: from zaretski (pns03-209-212.inter.net.il [80.230.209.212]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DHC47841 (AUTH halo1); Wed, 8 Dec 2004 06:45:52 +0200 (IST) Date: Wed, 08 Dec 2004 05:28:00 -0000 From: "Eli Zaretskii" To: Randolph Chung Message-ID: <01c4dce0$Blat.v2.2.2$fd74ece0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: <20041208013849.GF6359@tausq.org> (message from Randolph Chung on Tue, 7 Dec 2004 17:38:49 -0800) Subject: Re: [commit] First cut of SOM and PA64 solib support Reply-to: Eli Zaretskii References: <20041207052424.GU6359@tausq.org> <20041207102838.190db2d3.kevinb@redhat.com> <20041207211735.GD6359@tausq.org> <20041207150227.5e30b125.kevinb@redhat.com> <20041207230816.GE6359@tausq.org> <20041207162726.030bb7cc.kevinb@redhat.com> <20041208013849.GF6359@tausq.org> X-SW-Source: 2004-12/txt/msg00230.txt.bz2 > Date: Tue, 7 Dec 2004 17:38:49 -0800 > From: Randolph Chung > > One question -- none of the solib* files have entries in fnchange.lst. > Are any entries needed? Not at present, since their names are unique in the first 8 characters. Btw, does this patch add something to the list of platforms/OS that support solib? We have a list of such platforms in gdb.texinfo (in the "Files" node), so I'm wondering whether we need to add something to that list. Thanks.