--- 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:
--- 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 @
--
What|Removed |Added
CC||mail at colinfinck dot de
http://sourceware.org/bugzilla/show_bug.cgi?id=9766
--- You are receiving this
--- 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
--- 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.
--- 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
---
--- 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
---
--- 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
--- 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