From 5cccbfddbae298f881959a21a823dabc7732af7f Mon Sep 17 00:00:00 2001 From: Fredrik Holmqvist Date: Sun, 29 Aug 2021 18:36:12 +0200 Subject: [PATCH] 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. --- gcc/gcc/config/aarch64/aarch64-haiku.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/gcc/config/aarch64/aarch64-haiku.h b/gcc/gcc/config/aarch64/aarch64-haiku.h index 4dd2bda..a61ebfa 100644 --- a/gcc/gcc/config/aarch64/aarch64-haiku.h +++ a/gcc/gcc/config/aarch64/aarch64-haiku.h @@ -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. */ -- gitore 0.2.1