|
From: | Nick Clifton |
Subject: | Re: dllwrap: bug in deduce_name() |
Date: | Mon, 02 Aug 2004 09:14:15 +0100 |
User-agent: | Mozilla Thunderbird 0.7 (X11/20040615) |
Hi Jakub,
I noticed that last change in dllwrap.c (rev. 1.14 in binutils CVS) broke deduce_name() function: two different variables (program_name and prog_name) have been renamed to the same (name). Now cross dllwrap run as i386-mingw32-dllwrap without --driver-name tries to call native gcc instead of i386-mingw32-gcc.
Oops - thanks very much for catching this typo. I have applied your patch along with this ChangeLog entry:
binutils/ChangeLog 2004-08-02 Jakub Bogusz <address@hidden> * dllwrap.c (deduce_name): Fix typos introduced when program_name was renamed to prog_name. Cheers Nick
[Prev in Thread] | Current Thread | [Next in Thread] |