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: "Kde-Cygwin" , "Cygwin-Apps" , "Binutils" Cc: "Charles Wilson" Subject: RE: cygwin ld import library issue fix (removing unused "_nm_" symbols) Date: Sat, 27 Apr 2002 18:35:54 +0200 Message-ID: <000a01c1ee09$9993a130$d36707d5@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 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3CC84F94.1030002@ece.gatech.edu> Importance: Normal > In theory, it looks good. However, have you tested the following: > > a) build a dll using an unmodified ld. > b) build an app that uses that dll, and which accesses both a function > export and a data export from the dll. > c) rebuild the dll using your modified ld. > d) does the app still work, without relinking? Because the patch does only affect generating import library, this condition is obsolate. A real test is relinking the app with an unmodified ld. I'll send a testcase protocol in the near furture. Regards Ralf