This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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]

Re: Question about Darwin GCC and weak symbol tagging policy


On 12 January 2011 19:46, nchaumont wrote:
>
> What qualifies as a key function (I've tried several dummy function
> prototypes, but none solved my problem)?

The first non-pure virtual function declared in the class.

The vtables and typeinfo should be emitted in the object file that
contains the definition of the key function.


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