[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

[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 ld/9790] New: LD's "export everything" logic problematic

2009-01-26 Thread mail at colinfinck dot de
binutils Version: 2.20 (HEAD) Status: NEW Severity: normal Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: mail at colinfinck dot de CC: bug-binutils at gnu dot org G

[Bug ld/9790] LD's "export everything" logic problematic

2009-01-26 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-01-26 21:25 --- Created an attachment (id=3688) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3688&action=view) Proposed patch fixing this problem for us We already use this patch for more than a year and it fi

[Bug ld/9790] LD's "export everything" logic problematic

2009-01-27 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-01-27 21:36 --- (In reply to comment #2) > So I think the better way to disable this feature for drivers is a > command line option to indicate this. On the other hand, those obj-c people could use the --export-all-s

[Bug binutils/9811] export table broken after forward (dlltool)

2009-02-12 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-02-12 21:20 --- The bug seems to lie in the different extension of the forwarder. (here: "winspool.drv") The test case we use is http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/spoolss/, but that probably

[Bug binutils/9811] export table broken after forward (dlltool)

2009-02-14 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-02-14 14:17 --- Thanks for the quick patch! I tried it now, but unfortunately, it looks like importing from any file other than a .dll is generally unsupported by Windows' ntdll. Whatever I do, it always tries to import

[Bug ld/9790] LD's "export everything" logic problematic

2009-09-25 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-09-25 23:44 --- This problem persists in current binutils versions, so we're still required to use this patch and cannot use vanilla binutils. We're actually hitting this problem, because all our NT-like drivers

[Bug ld/9790] LD's "export everything" logic problematic

2009-09-25 Thread mail at colinfinck dot de
--- Additional Comments From mail at colinfinck dot de 2009-09-26 00:51 --- Created an attachment (id=4232) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4232&action=view) Updated patch This updated patch has been created against current binutils. It also removes s