Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com From: "Ralf Habacker" To: , "Cygwin-Apps" , "Binutils" Subject: RE: cygwin ld import library issue fix (removing unused "_nm_" symbols) Date: Fri, 26 Apr 2002 01:51:31 +0200 Message-ID: <001001c1ecb4$1f9e21d0$625d07d5@BRAMSCHE> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: <000e01c1eca2$3ac79520$625d07d5@BRAMSCHE> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > --- Ralf Habacker wrote: > > > > > Can anybody tell me which cvs version is the last stable ? I > have tried to > > > > checkout binutils with date 2001/12/31, but got compiling errors. > > > > > > Compiling errors are fixed (was an overseen cvs conflict, but the problem > > > still > > > remains). > > > So it seems to me, that the last official binutils release was the last > > > stable > > > release. > > > > > > Has noone checked the patches after the last official release ? > > > > > > Ralf > > > > > > > ld was broken between 16 Dec (works) and 17 Dec (doesn't). The breakage was > > reported to binutils list in January. I think, the problem is with > merging of > > sections in pe-dll.c in make_head() when making implib. Your right, I have compared the implib and in 3,4,7,8 (see below) the symtable is missing. > funcs > linking dll app > > 1 old old - no problems > 2 old new - no problems > 3 new old - undefined reference error > 4 new new - undefined reference error > > auto-imported data > linking dll app > > 5 old old - no problems > 6 old new - BFD 2.12.90 20020425 internal error, > 7 new old - undefined reference error > 8 new new - undefined reference error >