This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Mon, Nov 30, 2009 at 10:46:31PM -0500, Jason Merrill wrote:On 11/30/2009 05:36 PM, Jakub Jelinek wrote:* config/abi/pre/gnu.ver: Don't export certain base dtors that weren't previously exported.
Is this necessary?
Yes.
+ && (SUPPORTS_ONE_ONLY || !DECL_WEAK (fns[0]))
This test seems unnecessary; I don't see the problem with using aliases on targets with weak symbols but no one-only support.
This is to fix AIX (and is actually unrelated to this patch, it can be dealt with separately). In theory it should work well, but David Edelsohn reported that some symbols were missing from libstdc++.so without it. I have no access to AIX and have no idea what AIX linker is doing with the symbols.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |