[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-26 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-01-26 15:53 --- Subject: Bug 9766 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-01-26 15:52:55 Modified files: binutils : ChangeLog dlltool.c Log message:

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-26 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-26 15:53 --- Hi Christoph, I have checked the patch in along with this changelog entry. Cheers Nick binutils/ChangeLog 2009-01-26 Nick Clifton PR 9766 * dlltool.c (xlate): When strip text after the @

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-23 Thread mail at colinfinck dot de
-- What|Removed |Added CC||mail at colinfinck dot de http://sourceware.org/bugzilla/show_bug.cgi?id=9766 --- You are receiving this

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-23 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-01-23 14:28 --- I've tested the patch as well and it fixes a bug for us in ReactOS. So, would be great if someone could commit that to upstream binutils :-) -- http://sourceware.org/bugzilla/show_bug.cgi?id=9766 --- You

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-23 Thread Christoph at ApiViewer dot de
--- Additional Comments From Christoph at ApiViewer dot de 2009-01-23 14:19 --- the patch works fine -- http://sourceware.org/bugzilla/show_bug.cgi?id=9766 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is.

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-21 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-21 12:02 --- Hi Christoph, Please could you try out the uploaded patch and let me know if it works for you. Cheers Nick -- What|Removed |Added ---

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-21 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-01-21 12:01 --- Created an attachment (id=3677) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3677&action=view) Use strrchr and check for a following digit. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9766 ---

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-20 Thread Christoph at ApiViewer dot de
--- Additional Comments From Christoph at ApiViewer dot de 2009-01-20 17:06 --- it should check if a number follows as well otherwise functions names like "?...@yapaxi@Z" would be destroyed as well (like the ones in msvcrt.dll) -- http://sourceware.org/bugzilla/show_bug.cgi?id=9766

[Bug binutils/9766] "--kill-at" results in wrong export names

2009-01-20 Thread Christoph at ApiViewer dot de
--- Additional Comments From Christoph at ApiViewer dot de 2009-01-20 15:52 --- (In reply to comment #0) > "funct...@2@4" will result in "Function" instead of "funct...@2" when > --kill-at > is used > > I only had a quick look at the sources - when I see this correct strchr in > dlltoo