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: [commit] Fix fnchange.lst


> Date: Sun, 20 Sep 2009 09:10:48 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> 
>     http://www.sourceware.org/gdb/ari/
> 
> I see there are 10 warnings remaining. Are these actually fixable?

Not easily: they belong to libdecnumber and gnulib, which are compiled
into the DJGPP port.  To fix those, I need to add stuff to
gdb/config/djgpp to actually edit some source files, not just rename
files during unpacking (which is what fnchange.lst does).

It's on my TODO, but when I will get to it is anybody's guess.  Not
that too many people on the DJGPP forum are crying bloody murder for
lack of support of the build on plain DOS systems...

> I don't quite understand what the warnings say, because I can't find
> files such as decimal1.h, for instance.

The original output of doschk is mangled by the ARI script, as part of
accounting for fnchange.lst renaming, so the first of the two names it
complains about is already 8+3-butchered.  Run "find . | doschk" in
the source tree, and you will see the original file names that clash
after 8+3 truncation.

> I don't think you'll have write priviledges. If you want, I can add
> your key to the authorized_keys, or I can commit the changes for you.

The latter would be more than enough.  I will see if I can find time
to craft a script that you wanted.

Thanks.


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