Re: [PATCH] [Ada] Make the stack non-executable in GNAT tools

2015-08-17 Thread Arnaud Charlet
> Due to PR67205, the deeply nested instantiations require trampolines, > which in turn requires an executable stack for the GNAT tools on > architectures such as x86_64. > > Bootstrapped on x86_64-redhat-linux-gnu, and make check-ada > reports no unexpected failures. > > Okay for trunk? Yes. A

[PATCH] [Ada] Make the stack non-executable in GNAT tools

2015-08-13 Thread Florian Weimer
Due to PR67205, the deeply nested instantiations require trampolines, which in turn requires an executable stack for the GNAT tools on architectures such as x86_64. Bootstrapped on x86_64-redhat-linux-gnu, and make check-ada reports no unexpected failures. Okay for trunk? -- Florian Weimer / Re