Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <011f01c11fd7$a18a9c50$cd823bd5@dmitry> From: "Dmitry Timoshkov" To: References: <20010807163431 DOT A31008 AT redhat DOT com> Subject: Re: binutils is no longer experimental Date: Wed, 8 Aug 2001 14:58:01 +0800 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_011C_01C1201A.85405970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 ------=_NextPart_000_011C_01C1201A.85405970 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit "Christopher Faylor" wrote: > I got enough reports from trustworthy people to move the binutils cygwin > release from "experimental" to "current". Hello Christopher. On 18 May 2001 I had sent the attached patch to a binutils mailing list. DJ Delorie had approved my patch, but it never was commited. I suspect that it wasn't because I had made diff against binutils-20010425-2 provided by Cygwin and that diff could not be cleanly applied to a raw binutils cvs. Could you please have a look at it? Thanks in advance for any comments and suggestions. -- Dmitry. ------=_NextPart_000_011C_01C1201A.85405970 Content-Type: application/octet-stream; name="dlltool.c.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="dlltool.c.diff" --- dlltool.c Fri May 18 11:23:52 2001=0A= +++ dlltool.c Fri May 18 11:24:56 2001=0A= @@ -1865,7 +1865,7 @@=0A= if (!exp->noname || show_allnames)=0A= {=0A= fprintf (f, "n%d: %s \"%s\"\n",=0A= - exp->ordinal, ASM_TEXT, exp->name);=0A= + exp->ordinal, ASM_TEXT, xlate (exp->name));=0A= if (exp->forward !=3D 0)=0A= fprintf (f, "f%d: %s \"%s\"\n",=0A= exp->forward, ASM_TEXT, exp->internal_name);=0A= ------=_NextPart_000_011C_01C1201A.85405970 Content-Type: text/plain; charset=us-ascii -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ ------=_NextPart_000_011C_01C1201A.85405970--