aarch64-haiku config, remove file_end_indicate_exec_stack

This causes unwanted .note.GNU-stack entries which we don't want.
It seems to be an old flag for executable permissions on stack.
This commit is contained in:
Fredrik Holmqvist 2021-08-29 18:36:12 +02:00
parent dcd0415ded
commit 5cccbfddba

View File

@ -56,8 +56,6 @@
#endif
#define TARGET_ASM_FILE_END file_end_indicate_exec_stack
/* Uninitialized common symbols in non-PIE executables, even with
strong definitions in dependent shared libraries, will resolve
to COPY relocated symbol in the executable. See PR65780. */