This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
extern "C++" support in ld 2.15?
- From: Brendan Miller <catphive at catphive dot net>
- To: binutils at sourceware dot org
- Date: Tue, 23 Feb 2010 11:15:55 -0800
- Subject: extern "C++" support in ld 2.15?
I have ld 2.15.92.0.2 20040927.
Putting:
extern "C++" {
my_namespace::*;
}
seems to work in a version script, but I vaguely seem to recall
someone complaining that C++ support in the linker is spotty. Anyone
care to comment on how reliable this is on ELF? Will this pick up
classes with const/volatile members for instance? Vtables?
Brendan