From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5076 invoked by alias); 28 May 2003 15:42:00 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5028 invoked from network); 28 May 2003 15:41:58 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 28 May 2003 15:41:58 -0000 Received: from zaretsky (tony08-232-64.inter.net.il [80.230.232.64] (may be forged)) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CKM89487; Wed, 28 May 2003 18:41:46 +0300 (IDT) Date: Wed, 28 May 2003 15:42:00 -0000 From: "Eli Zaretskii" To: RaoulGough@yahoo.co.uk Message-Id: <9743-Wed28May2003184302+0300-eliz@elta.co.il> CC: ezannoni@redhat.com, gdb-patches@sources.redhat.com In-reply-to: <002301c3252a$9690ec00$0200a8c0@albert> (RaoulGough@yahoo.co.uk) Subject: Re: RFC: coffread.c relocation fixes Reply-to: Eli Zaretskii References: <16012.44364.781796.157557@localhost.redhat.com><018401c318a5$099c3b10$0200a8c0@albert> <16078.19295.731449.579816@localhost.redhat.com> <002301c3252a$9690ec00$0200a8c0@albert> X-SW-Source: 2003-05/txt/msg00505.txt.bz2 > From: "Raoul Gough" > Date: Wed, 28 May 2003 16:05:04 +0100 > > Oh, DOS 8.3 filenames - I see... probably best to rename the files > everywhere - otherwise the shared-reloc.exp script would have to be > aware of the renaming issue on DJGPP (since it invokes the compiler on > the long-named .c files). I've attached the new versions to this post. > BTW, I think Andrew Cagney is sorting out CVS access for me, so I may > be able to add the test to CVS myself, if that's appropriate. I wonder > if this test works on DJGPP? I'm not sure what test are we talking about, but if it's about a test from the test suite, then DJGPP doesn't support the suite because `expect' and Dejagnu was not ported to DJGPP. HTH