This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix libgcc_s.so for noexecstack on alpha
- From: "Aaron W. LaFramboise" <aaronavay62 at aaronwl dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Sep 2004 17:02:40 -0500
- Subject: Re: fix libgcc_s.so for noexecstack on alpha
- References: <20040930193252.GC8984@redhat.com>
Richard Henderson wrote:
> + #ifdef __ELF__
> + .section .note.GNU-stack,""
> + #endif
Sorry to meddle in the affairs of wizards here, but can you tell me what
this does? Is there some documentation on the meaning of
.note.GNU-stack somewhere? I am just curious.
Aaron W. LaFramboise