This is the mail archive of the gcc@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: Proposed change: weak symbol support for Darwin


> The only reason I was reluctant to make the change globally was that
> on most platforms (e.g. Linux/x86) the current scheme ain't broke.

For right or wrong, the ABI requires that all vtables with external
linkage have "vague linkage".  Therefore, I don't think we should change
the linkage of vtables on any platform, except those that don't have
proper support for weak/COMDAT/etc.

-- 
Mark Mitchell <mitchell@doubledemon.codesourcery.com>
CodeSourcery, LLC


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