From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31628 invoked by alias); 8 Dec 2004 04:33:57 -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 31119 invoked from network); 8 Dec 2004 04:33:49 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 8 Dec 2004 04:33:49 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB84XcTl031204 for ; Tue, 7 Dec 2004 23:33:39 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB84XSr23054; Tue, 7 Dec 2004 23:33:28 -0500 Received: from localhost.localdomain (vpn50-35.rdu.redhat.com [172.16.50.35]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id iB84XSqY009939; Tue, 7 Dec 2004 23:33:28 -0500 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with SMTP id iB84XMGV018878; Tue, 7 Dec 2004 21:33:22 -0700 Date: Wed, 08 Dec 2004 04:46:00 -0000 From: Kevin Buettner To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [commit] First cut of SOM and PA64 solib support Message-ID: <20041207213322.0f9fcda8.kevinb@redhat.com> In-Reply-To: <20041208013849.GF6359@tausq.org> 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> Organization: Red Hat Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00229.txt.bz2 On Tue, 7 Dec 2004 17:38:49 -0800 Randolph Chung wrote: > One question -- none of the solib* files have entries in fnchange.lst. > Are any entries needed? I don't believe so. Although the filename prefixes (before the ".") are longer than eight characters, they're all distinguishable from existing names in the first eight characters. More concretely, "solib-so" (from solib-som.[hc]) and "solib-pa" (from "solib-pa64.[hc]) don't conflict in the first eight characters of any existing names. Note that if you ever added a solib-pa32.c, you'd have to add an entry to fnchange.lst. (I'm sure that someone who deals with 8.3 systems more than I do will correct me if I'm wrong...) Kevin