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: gcc visibility used by moz


Jason Merrill wrote:
>
> It seems that you have a different mental model of type visibility. 

I've gotten a little lost in this thread.  Is there a clear proposal for
the semantics that we're leaning towards at this point?

One meta-note is that we're not the first people to consider this.  I
wonder if the rules beginning at page 19 (Inter-DLL symbol visibility
and linkage) of the ARM C++ ABI:

http://www.arm.com/miscPDFs/8033.pdf

might be helpful?  This is really about mapping dllexport/dllimport onto
ELF symbols, but there are some rules about how to decide whether
members of classes are exported.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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