From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14293 invoked by alias); 10 Apr 2010 15:41:37 -0000 Received: (qmail 12533 invoked by uid 22791); 10 Apr 2010 15:30:58 -0000 X-Spam-Check-By: sourceware.org Resent-From: Christopher Faylor Resent-Date: Sat, 10 Apr 2010 11:30:52 -0400 Resent-Message-ID: <20100410153052.GA16942@ednor.casa.cgf.cx> Resent-To: cygwin-announce@cygwin.com Date: Sat, 10 Apr 2010 15:41:00 -0000 From: Christopher Faylor To: cygwin-announce@cygwin.com Subject: Updated: binutils-2.19.51-2 Message-ID: <20100410152710.GA16882@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin-announce@cygwin.com References: <20050710013851.GA26595@trixie.casa.cgf.cx> <20060709190132.GA17216@trixie.casa.cgf.cx> <20060817171308.GA14970@trixie.casa.cgf.cx> <20080526001249.GA27066@ednor.casa.cgf.cx> <20080708222329.GA25032@ednor.casa.cgf.cx> <20090705003538.GA13499@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090705003538.GA13499@ednor.casa.cgf.cx> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-announce-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-announce-owner@cygwin.com Reply-To: The Cygwin Mailing List Mail-Followup-To: cygwin-announce@cygwin.com X-SW-Source: 2010-04/txt/msg00011.txt.bz2 I've made a new version of binutils available for installation. This is a refresh against the current CVS. A partial list of changes is included after the unsubscribe info. This list comes from three binutils NEWS files. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain.com@cygwin.com If you need more information on unsubscribing, start reading here: http://sourceware.org/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at the above URL. * * * * * Add support for delay importing to dlltool. Use the --output-delaylib switch to create a delay-import library. The resulting app will load the dll as soon as the first function is called. It will link to __delayLoadHelper2() from the static delayimp library, which will import LoadLibraryA and GetProcAddress from kernel32. * Extend .def file syntax by '== ' for imports and exports. This allows to alias the import/export table name written in PE image. * Add --exclude-all-symbols option to PE based linkers. This prevents all symbols from automatically being exported. * Improvements in pseudo-reloc for PE targets.