AArch64: emit .note.GNU-stack

2014-07-24  Kyle McMartin  <kyle@redhat.com>
	* config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.

From-SVN: r213028
This commit is contained in:
Kyle McMartin 2014-07-24 18:28:36 +00:00 committed by Richard Henderson
parent 9df392cf78
commit 6c43e15e96
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-07-24 Kyle McMartin <kyle@redhat.com>
* config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define.
2014-07-24 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/rs6000/rs6000-protos.h (rs6000_special_adjust_field_align_p):

View File

@ -44,4 +44,6 @@
} \
while (0)
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
#endif /* GCC_AARCH64_LINUX_H */