This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
externally_visible and resoultion file
- From: "Bingfeng Mei" <bmei at broadcom dot com>
- To: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Cc: "Richard Guenther" <richard dot guenther at gmail dot com>
- Date: 2010年5月26日 08:53:19 -0700
- Subject: externally_visible and resoultion file
Hi, Richard,
With resolution file generated by GOLD (or I am going to hack gnu LD), is
externally_visible attribute still needed to annotate those symbols accessed
from non-LTO objects when compiling with -fwhole-program.
In theory, it shouldn't be needed since LTO has all information. But what
about current implementation. I checked relevant source files and can't
get immediate clue.
Thanks,
Bingfeng