From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19677 invoked by alias); 27 Mar 2009 08:13:33 -0000 Received: (qmail 19646 invoked by uid 22791); 27 Mar 2009 08:13:32 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 27 Mar 2009 08:13:27 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n2R8DK2I000425 ; Fri, 27 Mar 2009 09:13:21 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n2R8DKjS045951 ; Fri, 27 Mar 2009 09:13:20 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n2R8DJY8063870 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Fri, 27 Mar 2009 09:13:19 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Eli Zaretskii'" Cc: , References: <000001c9ae14$24fb7cd0$6ef27670$@u-strasbg.fr> In-Reply-To: Subject: RE: GDB ARIndex cleanup Date: Fri, 27 Mar 2009 08:23:00 -0000 Message-ID: <001101c9aeb3$e41cee10$ac56ca30$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 2009-03/txt/msg00613.txt.bz2 Hi Eli, > -----Message d'origine----- > De=A0: Eli Zaretskii [mailto:eliz@gnu.org] > Envoy=E9=A0: Thursday, March 26, 2009 9:09 PM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org; gdb@sourceware.org > Objet=A0: Re: GDB ARIndex cleanup >=20 > > From: "Pierre Muller" > > Cc: , "'Eli Zaretskii'" > > Date: Thu, 26 Mar 2009 14:09:49 +0100 > > > > 2) GNU/Linux issues. > > > > This is more difficult for me to fix, as > > the difference between "Linux kernel" and "GNU/Linux system" > > is still kind of fuzzy... > > > > Could someone else look into those issues? >=20 > Can you publish the list of files where this issue arises? Are the > files you mentioned in this mail the only ones? It was in my email at the bottom. > > 3) I also recompiled doschk program > > so that the list of incompatibilities with > > the DOS limitations is generated again... > > > > Eli, there are probably several directories that we could > > disregard for this, but I think that > > there are also real issues left. >=20 > There shouldn't be any. But to see that, you need to prepare a GDB > tarball, then untar it using djunpack.bat as explained in > gdb/config/djgpp/README, and _then_ run doschk on the resulting tree. > That's because the file-name conflicts are supposed to be solved by > remapping in gdb/config/djgpp/fnchange.lst, which djunpack.bat uses. The question is:=20 how do you prepare a tarball that contains only the directories required=20 by DJGPP? The list of problems is available on the web page:=20 http://sourceware.org/gdb/current/ari/ari.doschk.bug Is for instance the gdb/features/rs6000 directory useful for DJGPP? I would really like to have an empty list there and put it to the regression list if this changes, so that we take care of this as we incompatibilities arise. Pierre Muller Pascal language support maintainer for GDB