Mail Archives: cygwin/2001/08/08/02:24:58
------=_NextPart_000_011C_01C1201A.85405970
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: 7bit
"Christopher Faylor" <cgf AT redhat DOT com> 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--
- Raw text -