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: [RFC] Doschk.c and update-web-ari changes


> From: "Pierre Muller" <muller@ics.u-strasbg.fr>
> Cc: <gdb-patches@sourceware.org>,
> 	<drow@false.org>
> Date: Fri, 26 Oct 2007 15:04:53 +0200
> 
> > FWIW, I don't think it's a good idea to change doschk.c for this.
> > This program is widely available and used, so it's better to modify
> > our script to use doschk's output as-is; otherwise everyone will need
> > to install a patched doschk to get things right, and also we will need
> > to remember to keep a patched version where the ari script is run.
> 
>   I thought that this was a local file only,

Well, if it is, then it's less of a problem, but I still think we
shouldn't have a private version of doschk in our tree.

> is it part of the djgpp distribution?

There's a DJGPP port in v2apps/dosck11b.zip.

However, doschk is not a DJGPP program, you can find it on GNU/Linux
as well, and there's a native Windows port (that's what I'm using).

>   Do you know if the file in the ss directory is the
> same as your file? 

No, I don't know.  But see below: it looks like it's not the same
program.

>   Where is the main source located?

ftp://ftp.gnu.org/non-gnu/doschk-1.1.tar.gz

>   Currently, with the cvs doschk.c sources,
> I get this:
> CHANGELO DOS 8.3 dup	4	Filename gdb/ChangeLog
> 					Filename gdb/ChangeLog-2006
> 					Filename opcodes/ChangeLog
> 					Filename opcodes/ChangeLog-2006

That doesn't seem to be the doschk I have here.  With my version, I
get this:

    CHANGELO       : ./gas/ChangeLog
		     ./gas/ChangeLog-0001
		     ./gas/ChangeLog-0203
		     ./gas/ChangeLog-2004
		     ./gas/ChangeLog-2005
		     ./gas/ChangeLog-2006
		     ./gas/ChangeLog-9295
		     ./gas/ChangeLog-9697
		     ./gas/ChangeLog-9899
    CHANGELO       : ./gas/testsuite/ChangeLog
		     ./gas/testsuite/ChangeLog-2004
		     ./gas/testsuite/ChangeLog-2005
		     ./gas/testsuite/ChangeLog-2006
		     ./gas/testsuite/ChangeLog-9303
    CHANGELO       : ./gdb/ChangeLog
		     ./gdb/ChangeLog-1990
		     ./gdb/ChangeLog-1991
		     ./gdb/ChangeLog-1992
		     ./gdb/ChangeLog-1993
		     ./gdb/ChangeLog-1994
		     ./gdb/ChangeLog-1995
		     ./gdb/ChangeLog-1996
		     ./gdb/ChangeLog-1997
		     ./gdb/ChangeLog-1998
		     ./gdb/ChangeLog-1999
		     ./gdb/ChangeLog-2000
		     ./gdb/ChangeLog-2001
		     ./gdb/ChangeLog-2002
		     ./gdb/ChangeLog-2003
		     ./gdb/ChangeLog-2004
		     ./gdb/ChangeLog-2005
		     ./gdb/ChangeLog-2006
    CHANGELO       : ./gdb/gdbtk/ChangeLog
		     ./gdb/gdbtk/ChangeLog-2001
		     ./gdb/gdbtk/ChangeLog-2002
		     ./gdb/gdbtk/ChangeLog-2003
		     ./gdb/gdbtk/ChangeLog-2004
		     ./gdb/gdbtk/ChangeLog-2005
    CHANGELO       : ./gdb/gdbtk/generic/ChangeLog-1997
		     ./gdb/gdbtk/generic/ChangeLog-1998
		     ./gdb/gdbtk/generic/ChangeLog-1999
		     ./gdb/gdbtk/generic/ChangeLog-2000
    CHANGELO       : ./gdb/gdbtk/library/ChangeLog-1997
		     ./gdb/gdbtk/library/ChangeLog-1998
		     ./gdb/gdbtk/library/ChangeLog-1999

etc., you get the idea.  This does not show files from separate
directories.


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