Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: muller@ics.u-strasbg.fr
Cc: gdb-patches@sourceware.org, Joel Brobecker <brobecker@adacore.com>
Subject: Re: GDB ARIndex cleanup
Date: Fri, 27 Mar 2009 14:12:00 -0000	[thread overview]
Message-ID: <uiqlvm5ax.fsf@gnu.org> (raw)
In-Reply-To: <uocvnmk7d.fsf@gnu.org>

> 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.


  reply	other threads:[~2009-03-27 14:05 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-26 15:29 Pierre Muller
2009-03-26 20:53 ` Eli Zaretskii
2009-03-27  8:23   ` Pierre Muller
2009-03-27  8:47     ` Eli Zaretskii
2009-03-27 14:12       ` Eli Zaretskii [this message]
2009-03-27 15:35         ` Eli Zaretskii
2009-04-02 15:12         ` Thiago Jung Bauermann
2009-04-02 19:40           ` Eli Zaretskii
2009-04-02 20:34             ` Joel Brobecker
2009-03-26 23:18 ` Joel Brobecker
2009-03-27  2:22   ` Daniel Jacobowitz
2009-03-27  8:43   ` Pierre Muller
2009-03-27 16:04     ` Joel Brobecker
2009-03-27 16:46       ` Daniel Jacobowitz
2009-04-14 23:06   ` [RFC] GDB ARIndex Linux rule cleanup Pierre Muller
2009-04-14 23:23     ` Mark Kettenis
2009-04-14 23:38       ` Pedro Alves
2009-04-14 23:41         ` Joel Brobecker
2009-04-15  7:06           ` Pierre Muller
2009-04-15  7:33           ` Eli Zaretskii
2009-04-15 14:00     ` Ulrich Weigand
2009-04-15 14:21       ` Pedro Alves
2009-04-15 15:32         ` Ulrich Weigand
2009-04-15 15:54           ` Pedro Alves
2009-04-15 14:25       ` Eli Zaretskii
2009-04-15 15:15         ` Daniel Jacobowitz
2009-04-15 15:23         ` Ulrich Weigand
2009-04-15 15:34           ` Mark Kettenis
2009-04-15 16:00             ` Eli Zaretskii
2009-04-15 16:04           ` Eli Zaretskii
2009-04-15 17:34             ` Ulrich Weigand
2009-04-15 18:07               ` Eli Zaretskii
2009-04-15 18:55                 ` Ulrich Weigand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uiqlvm5ax.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=brobecker@adacore.com \
    --cc=gdb-patches@sourceware.org \
    --cc=muller@ics.u-strasbg.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox