This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
exported symbols with hidden attribute
- From: Vincent Torri <Vincent dot Torri at iecn dot u-nancy dot fr>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 6 Jan 2006 18:10:54 +0100 (CET)
- Subject: exported symbols with hidden attribute
hey,
i'm playing with the visibility feature, and i've remarked that, even if
some symbols with the hidden attributes are not exported, some of them are
exported. Is it a known behavior ? (I use gcc 4.0.2)
Vincent