Re: [PATCH aarch64] aarch64-linux: output .note.GNU-stack

2014-05-15 Thread Marcus Shawcroft
On 14 May 2014 22:30, Kyle McMartin wrote: > The toolchain would like PT_GNU_STACK in our objects for all > architectures to make it explicit whether we are requesting an > executable stack or not. > > 2014-05-14 Kyle McMartin > > * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END):

[PATCH aarch64] aarch64-linux: output .note.GNU-stack

2014-05-14 Thread Kyle McMartin
The toolchain would like PT_GNU_STACK in our objects for all architectures to make it explicit whether we are requesting an executable stack or not. 2014-05-14 Kyle McMartin * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): define to file_end_indicate_exec_stack for .note