This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Question about Darwin GCC and weak symbol tagging policy
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: nchaumont <nicolas dot chaumont at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 12 Jan 2011 20:15:02 +0000
- Subject: Re: Question about Darwin GCC and weak symbol tagging policy
- References: <30654360.post@talk.nabble.com>
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.