This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB ARIndex cleanup


> Date: Fri, 27 Mar 2009 11:41:26 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]