This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Don't mark .init_array/.fini_array writable on ARM EABI/SymbianOS
- From: Paul Brook <paul at codesourcery dot com>
- To: Julian Brown <julian at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Apr 2005 15:38:09 +0100
- Subject: Re: [PATCH] Don't mark .init_array/.fini_array writable on ARM EABI/SymbianOS
- Organization: CodeSourcery
- References: <4270F4DE.60302@codesourcery.com>
On Thursday 28 April 2005 15:36, Julian Brown wrote:
> * config/arm/arm.h (ARM_EABI_CTORS_SECTION_OP): Do not define if a
> definition has already been provided.
> (ARM_EABI_DTORS_SECTION_OP): Likewise.
> * config/arm/symbian.h (ARM_EABI_CTORS_SECTION_OP): Define.
> (ARM_EABI_DTORS_SECTION_OP): Likewise.
Ok.
Paul