From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27142 invoked by alias); 13 Dec 2002 21:18:23 -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 27120 invoked from network); 13 Dec 2002 21:18:22 -0000 Received: from unknown (HELO freya.inter.net.il) (192.114.186.14) by 209.249.29.67 with SMTP; 13 Dec 2002 21:18:22 -0000 Received: from zaretsky ([80.230.194.139]) by freya.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id CAK13570; Fri, 13 Dec 2002 23:17:39 +0200 (IST) Date: Fri, 13 Dec 2002 13:29:00 -0000 From: "Eli Zaretskii" To: ac131313@redhat.com Message-Id: <3099-Fri13Dec2002231543+0200-eliz@is.elta.co.il> CC: brobecker@gnat.com, gdb-patches@sources.redhat.com In-reply-to: <3DFA4655.6050007@redhat.com> (message from Andrew Cagney on Fri, 13 Dec 2002 15:43:01 -0500) Subject: Re: [RFA/commit] Add new file hppa-hpux-tdep.c Reply-to: Eli Zaretskii References: <20021213175903.GC25575@gnat.com> <3DFA4655.6050007@redhat.com> X-SW-Source: 2002-12/txt/msg00435.txt.bz2 > Date: Fri, 13 Dec 2002 15:43:01 -0500 > From: Andrew Cagney > > > - There is also this fnchange.lst file, which I don't understand > > completely. The documentation says I should add a new line for > > each file that does not respect the 8.3 format. But it does not > > say what should be there. I thought it should be @V.../longname > > followed by @V.../8+3name. But I saw many exceptions, and many > > entries missing. So I'm not sure what I should do for this patch. > > Eli? > > Only the files with 8.3 name clashes need a rename. Right. Also, file names that include characters which are disallowed by DOS 8+3 filesystems, like `+'. > So areallylongfilename.c is ok provided there isn't also > areallylongsecondfilename.c :-) Yes. > (perhaps the doco needs clarifying?) If a GDB developer cannot figure this out, I'd say a calrification is in order.