From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29822 invoked by alias); 25 Jul 2003 06:07:07 -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 29814 invoked from network); 25 Jul 2003 06:07:07 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 25 Jul 2003 06:07:07 -0000 Received: from zaretski ([80.230.199.164]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.3.5-GR) with ESMTP id CPV41255; Fri, 25 Jul 2003 09:06:48 +0300 (IDT) Date: Fri, 25 Jul 2003 06:07:00 -0000 From: "Eli Zaretskii" To: drow@mvista.com Message-Id: <2110-Fri25Jul2003090409+0300-eliz@elta.co.il> CC: jimb@redhat.com, gdb-patches@sources.redhat.com, ezannoni@redhat.com, fedor@doc.com In-reply-to: <20030724205839.GA1919@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 24 Jul 2003 16:58:40 -0400) Subject: Re: RFA symtab: Fix for PR c++/1267 ("next" and shared libraries) Reply-to: Eli Zaretskii References: <20030719181817.GA11670@nevyn.them.org> <20030721125337.GA23055@nevyn.them.org> <20030724205839.GA1919@nevyn.them.org> X-SW-Source: 2003-07/txt/msg00446.txt.bz2 > Date: Thu, 24 Jul 2003 16:58:40 -0400 > From: Daniel Jacobowitz > > > > For 6.0, could you test it on a COFF toolchain, and on some non-GNU > > toolchain? It would be nice to have those three PR's closed in 6.0. > > I no longer have access to any non-GNU toolchains. I'll try to build a > COFF simulator target and give it a whirl, though... You could build a cross DJGPP version. DJGPP supports COFF if you compile with -gcoff.