X-Recipient: archive-cygwin@delorie.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 <me@cgf.cx>
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 11:27:10 -0400
From: Christopher Faylor <cgf-use-the-mailinglist-please@cygwin.com>
To: cygwin@cygwin.com
Subject: [ANNOUNCEMENT] Updated: binutils-2.19.51-2
Message-Id: <announce.20100410152710.GA16882@ednor.casa.cgf.cx>
Reply-To: cygwin@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)
Reply-To: The Cygwin Mailing List <cygwin@cygwin.com>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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.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 <file>
   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 '== <ID>' 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

