This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
What are INIT_ARRAY_SECTION_ASM_OP/FINI_ARRAY_SECTION_ASM_OP used for?
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: GCC Development <gcc at gcc dot gnu dot org>
- Date: Mon, 13 Dec 2010 15:49:41 -0800
- Subject: What are INIT_ARRAY_SECTION_ASM_OP/FINI_ARRAY_SECTION_ASM_OP used for?
Hi,
I checked GC sources. From what I can see, we only check if
INIT_ARRAY_SECTION_ASM_OP
and FINI_ARRAY_SECTION_ASM_OP are defined. Their values aren't used.
Am I correct?
--
H.J.