From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11043 invoked by alias); 27 Mar 2009 14:05:35 -0000 Received: (qmail 10619 invoked by uid 22791); 27 Mar 2009 14:05:31 -0000 X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_83,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 14:05:26 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KH600E004DELX00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Fri, 27 Mar 2009 17:05:21 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.23.114]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KH600JLC4GWVE41@i_mtaout5.012.net.il>; Fri, 27 Mar 2009 17:05:21 +0300 (IDT) Date: Fri, 27 Mar 2009 14:12:00 -0000 From: Eli Zaretskii Subject: Re: GDB ARIndex cleanup In-reply-to: To: muller@ics.u-strasbg.fr Cc: gdb-patches@sourceware.org, Joel Brobecker Reply-to: Eli Zaretskii Message-id: References: <000001c9ae14$24fb7cd0$6ef27670$@u-strasbg.fr> <001101c9aeb3$e41cee10$ac56ca30$@u-strasbg.fr> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-03/txt/msg00619.txt.bz2 > Date: Fri, 27 Mar 2009 11:41:26 +0300 > From: Eli Zaretskii > Cc: gdb-patches@sourceware.org, gdb@sourceware.org > > > The list of problems is available on the web page: > > http://sourceware.org/gdb/current/ari/ari.doschk.bug > > Thanks, I will take a look. OK, I fixed almost all of the problems by suitable changes to config/djgpp/fnchange.lst. The only ones left are these: The following files are not valid DOS file names: ./gdb/gnulib/stdint.in.h - too many dots ./gdb/gnulib/string.in.h - too many dots ./gdb/gnulib/wchar.in.h - too many dots I cannot simply rename these via fnchange.lst, since these files are used during the DJGPP build. Can these files be renamed to something more DOS-friendly, like *.h-in ? Likewise with those: The following resolve to the same DOS file names: GNULIB-C.M4 : ./gdb/gnulib/m4/gnulib-cache.m4 ./gdb/gnulib/m4/gnulib-common.m4 ./gdb/gnulib/m4/gnulib-comp.m4 Last, but not least: the libdecnumber/ directory and its subdirectories have numerous file-name clashes: The following resolve to the same DOS file names: DECCONTE.H : ./libdecnumber/decContext.h ./libdecnumber/decContextSymbols.h DECDOUBL.H : ./libdecnumber/decDouble.h ./libdecnumber/decDoubleSymbols.h DECIMAL1.H : ./libdecnumber/bid/decimal128.h ./libdecnumber/bid/decimal128Local.h ./libdecnumber/bid/decimal128Symbols.h DECIMAL1.H : ./libdecnumber/dpd/decimal128.h ./libdecnumber/dpd/decimal128Local.h ./libdecnumber/dpd/decimal128Symbols.h DECIMAL3.H : ./libdecnumber/bid/decimal32.h ./libdecnumber/bid/decimal32Symbols.h DECIMAL3.H : ./libdecnumber/dpd/decimal32.h ./libdecnumber/dpd/decimal32Symbols.h DECIMAL6.H : ./libdecnumber/bid/decimal64.h ./libdecnumber/bid/decimal64Symbols.h DECIMAL6.H : ./libdecnumber/dpd/decimal64.h ./libdecnumber/dpd/decimal64Symbols.h DECNUMBE.H : ./libdecnumber/decNumber.h ./libdecnumber/decNumberLocal.h ./libdecnumber/decNumberSymbols.h DECPACKE.H : ./libdecnumber/decPacked.h ./libdecnumber/decPackedSymbols.h DECSINGL.H : ./libdecnumber/decSingle.h ./libdecnumber/decSingleSymbols.h HOST-IEE.C : ./libdecnumber/bid/host-ieee128.c ./libdecnumber/bid/host-ieee32.c ./libdecnumber/bid/host-ieee64.c Would it be possible to rename some of the files to resolve these issues? Again, it is not possible to use the fnchange.lst machinery here, as these files are used during the DJGPP build.