public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH for 2.12: Support for decorated stdcall names in dlltool
@ 2002-03-01  1:26 Dmitry Timoshkov
  2002-03-01  7:35 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Timoshkov @ 2002-03-01  1:26 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 454 bytes --]

Hello.

I'm sending this patch once more time in the hope that it will
find its path into the upcoming 2.12 release. This patch has been
approved by DJ Delorie but unfortunately it hadn't been applied
for some unexplained reason.

Some background: this patch allows to create PE import libraries
without '@' decorations in the exported names. For more information
please see the thread "Stdcall support in binutils"/May 2001 in ml.

Thanks.

-- 
Dmitry.

[-- Attachment #2: dlltool.c.diff --]
[-- Type: application/octet-stream, Size: 445 bytes --]

--- binutils/src/binutils/dlltool.c	Wed Jan 23 16:12:56 2002
+++ binutils/src/binutils/dlltool.c	Fri Mar 01 09:12:00 2002
@@ -1865,7 +1865,7 @@
 	if (!exp->noname || show_allnames)
 	  {
 	    fprintf (f, "n%d:	%s	\"%s\"\n",
-		     exp->ordinal, ASM_TEXT, exp->name);
+		     exp->ordinal, ASM_TEXT, xlate (exp->name));
 	    if (exp->forward != 0)
 	      fprintf (f, "f%d:	%s	\"%s\"\n",
 		       exp->forward, ASM_TEXT, exp->internal_name);

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH for 2.12: Support for decorated stdcall names in dlltool
  2002-03-01  1:26 PATCH for 2.12: Support for decorated stdcall names in dlltool Dmitry Timoshkov
@ 2002-03-01  7:35 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2002-03-01  7:35 UTC (permalink / raw)
  To: Dmitry Timoshkov; +Cc: binutils

Hi Dmitry,

> I'm sending this patch once more time in the hope that it will
> find its path into the upcoming 2.12 release. This patch has been
> approved by DJ Delorie but unfortunately it hadn't been applied
> for some unexplained reason.

I have applied this patch (mainline only, 2.12 is frozen).

Cheers
        Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-01 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-01  1:26 PATCH for 2.12: Support for decorated stdcall names in dlltool Dmitry Timoshkov
2002-03-01  7:35 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).