This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]