This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: proper use of __attribute__((visibility("hidden")))
- From: "John \(Eljay\) Love-Jensen" <eljay at adobe dot com>
- To: <jeffreyholle at bellsouth dot net>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 11 Jan 2007 14:33:16 -0800
- Subject: RE: proper use of __attribute__((visibility("hidden")))
- References: <eo6akm$um3$1@sea.gmane.org>
> Which is correct?
Both are correct.
Microsoft has a using-version -vs- building-version concept.
ELF has a using-is-empty -vs- building-specifies-visibility concept.
HTH,
--Eljay