From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17440 invoked by alias); 26 Oct 2007 13:05:03 -0000 Received: (qmail 17404 invoked by uid 22791); 26 Oct 2007 13:05:00 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 13:04:56 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 570BD18701A; Fri, 26 Oct 2007 15:09:21 +0200 (CEST) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: , References: <002601c817a3$fcdf7470$f69e5d50$@u-strasbg.fr> In-Reply-To: Subject: RE: [RFC] Doschk.c and update-web-ari changes Date: Fri, 26 Oct 2007 14:13:00 -0000 Message-ID: <008801c817d0$ccb32cb0$66198610$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-10/txt/msg00710.txt.bz2 > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Eli Zaretskii > Sent: Friday, October 26, 2007 11:45 AM > To: Pierre Muller > Cc: gdb-patches@sourceware.org; drow@false.org > Subject: Re: [RFC] Doschk.c and update-web-ari changes > > > From: "Pierre Muller" > > Cc: "'Eli Zaretskii'" , > > > > Date: Fri, 26 Oct 2007 09:44:06 +0200 > > > > Here are the changes I made to doschk.c > > and update-web-ari to get a better result. > > > > The changes inside doschk.c are mainly aimed > > to facilitate the correct handling by update-web-ari. > > 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, is it part of the djgpp distribution? I found a directory named doschk in src/utils but the directory is empty... Do you know if the file in the ss directory is the same as your file? Where is the main source located? > > As you will see, lots of these duplicates are > > in directories that will probably not be in the DJGPP > > gdb sources. > > If you want to rely on the fact that some directories are omitted from > the DJGPP source zip files, then I don't think it's right to do so, > because the file-name conflicts are already resolved in those zip > files anyhow. What is important is that a DJGPP user could unpack the > official GDB tarball using djunpack.bat without any problems. This > means that file-name conflicts in the official GDB tarball should be > resolved either by renaming files or by adding lines to fnchange.lst. It should also be possible to do that. I will just need to get the directory from the fullname part. 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 Which are of course two separate duplicates. > > * doschk.c (fill_ent): Use lowercase characters. > > Why? > > > (display_problems): Also proint relative path with dos_name. > ^^^^^^ > You meant "print". Yes of course, sorry. Pierre