[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/9790] LD's "export everything" logic problematic
From: |
mail at colinfinck dot de |
Subject: |
[Bug ld/9790] LD's "export everything" logic problematic |
Date: |
26 Jan 2009 21:25:10 -0000 |
------- 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 fixes the problem for us.
On the other hand, it also disables the "export everything" feature if someone
is building a DLL and pe_dll_export_everything is 0.
This is no problem for us as all our DLLs are supplied with a .def file (and in
fact, this is IMO the only correct way to go).
Nevertheless, some people might rely on this LD-specific behaviour (Microsoft's
linker doesn't provide such an "export everything" feature afaik).
Still, it should be possible for them to enable pe_dll_export_everything, so
that they get their stuff working like before.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=9790
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.