This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: how can I put c++ global destructor in a specific section
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: papa at arbolone dot ca
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Fri, 24 Jul 2015 00:22:38 +0100
- Subject: Re: how can I put c++ global destructor in a specific section
- Authentication-results: sourceware.org; auth=none
- References: <CAAKbDrcsjCiHaGVO_YhWngtU=nkTdOzvJQ+XAcE+b5dCHPLdGA at mail dot gmail dot com> <A5F7767182B24996974C13C79A73E473 at ArbolOnePC>
I have completed the form to send you *another* email to unsubscribe.
You can also do it by emailing gcc-help-unsubscribe@sourceware.org yourself.
Please just do that and stop complaining.
On 24 July 2015 at 00:01, <papa@arbolone.ca> wrote:
> I have unsubscribe many, many times, but you have a serious problem
> receiving the message. I am papa@arbolone.ca, please, please unsubscribe me.
> This mailing list is useless to me, if this continues I will take more
> offensive action, which is something both of us are trying to avoid.
>
> If you are reading this email, but you are not gcc-help administrator,
> please, please, forward this email to the administrator or simple reply to
> all. GCC-help should know what to do with this message. Thanks in advance
> and please forgive me for any inconvenience.
>
> -----Original Message----- From: Yuxin Ren
> Sent: Thursday, July 23, 2015 2:40 PM
> To: gcc-help
> Subject: how can I put c++ global destructor in a specific section
>
> Hi,
>
> I know after gcc 4.8, the global constructor is put in the init_array
> section.
> But I don't know which section hold the destructors. And the
> fini_array does not hold destructors.
>
> Can I put those global destructor in a specific section?
>
> Thanks a lot
> Yuxin