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: "Robert Collins" , "Charles Wilson" Cc: "Kde-Cygwin" , "Binutils" , "Cygwin-Apps" Subject: RE: ordinal linking for cygwin ld Date: Sat, 27 Apr 2002 14:16:43 +0200 Message-ID: <000601c1ede5$652287a0$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: Importance: Normal >A patch to use hint ordinals when linking by name would be _very_ useful >though, as that would >a) give the performance benefit you are looking for >b) allow backward compatible library versioning as link-by-name does. But as I stated already, this needs an ld switch to enable/disable ordinal linking and allow limiting of used libs or path for example --enable-ordinal-link[=path1[,path2]] enable ordinal linking for given path/files or unlimited ordinal linking if no path is given. --disable-ordinal-link[=path1[,path2]] disable ordinal linking for the following path/files Ralf