X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-102.9 required=5.0 tests=ALL_TRUSTED,BAYES_00,USER_IN_WHITELIST X-Spam-Check-By: sourceware.org Resent-From: Christopher Faylor Resent-Date: Sat, 10 Apr 2010 11:30:52 -0400 Resent-Message-ID: <20100410153052 DOT GA16942 AT ednor DOT casa DOT cgf DOT cx> Resent-To: cygwin-announce AT cygwin DOT com Date: Sat, 10 Apr 2010 11:27:10 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: [ANNOUNCEMENT] Updated: binutils-2.19.51-2 Message-Id: Reply-To: cygwin AT cygwin DOT com References: <20050710013851 DOT GA26595 AT trixie DOT casa DOT cgf DOT cx> <20060709190132 DOT GA17216 AT trixie DOT casa DOT cgf DOT cx> <20060817171308 DOT GA14970 AT trixie DOT casa DOT cgf DOT cx> <20080526001249 DOT GA27066 AT ednor DOT casa DOT cgf DOT cx> <20080708222329 DOT GA25032 AT ednor DOT casa DOT cgf DOT cx> <20090705003538 DOT GA13499 AT ednor DOT casa DOT cgf DOT 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) Reply-To: The Cygwin Mailing List Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 DOT com AT cygwin DOT 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. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple