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 Message-ID: <3CFF7B20.7010303@ece.gatech.edu> Date: Thu, 06 Jun 2002 11:09:20 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: Re: binutils request References: <20020606005720 DOT GA15861 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Christopher Faylor wrote: > Could everyone who has submitted a bug fix since the last release > provide a short paragraph describing what the bug fix related to? > > I think it just boils down to fixes from Danny, Ralf, and Chuck, > AFAICT from the ChangeLog. > > Please send the info to cygwin-apps. > > I'll take a stab at descrbing the changes if I don't hear from you > in the next 48 hours or so, but I'd prefer to get the right words > from the people who did the fixing. > > cgf > Default handling of --enable-auto-import has changed slightly. In the earlier cygwin release of binutils, --enable-auto-import was the default, and ld would issue warnings whenever variables from DLLs were auto-imported. Also, in the past if you explicitly specified "--enable-auto-import", the behavior was the same: auto-import was activated, and warnings were generated. In this new release, auto-import is still enabled by default. Whenever variables from DLLs are auto-imported, ld issues an info_msg (not a warning). However, if you explicitly specify "--enable-auto-import", then those info_msgs are suppressed. --Chuck