* config/pa/pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.
From-SVN: r260809
+2018-05-27 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.
+
2018-05-27 Paul Koning <ni1d@arrl.net>
* config/pdp11/pdp11.md (truncsihi2): Remove.
#define HAVE_sync_compare_and_swapsi 1
#define HAVE_sync_compare_and_swapdi 1
+/* It's not possible to enable GNU_stack notes since the kernel needs
+ an executable stack for signal returns and syscall restarts. */
+
#undef NEED_INDICATE_EXEC_STACK
-#define NEED_INDICATE_EXEC_STACK 1
+#define NEED_INDICATE_EXEC_STACK 0