Commit d5ca27ef by John David Anglin

pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.

	* config/pa/pa-linux.h (NEED_INDICATE_EXEC_STACK): Define to 0.

From-SVN: r260809
parent b6e841a6
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.
......
......@@ -142,5 +142,8 @@ along with GCC; see the file COPYING3. If not see
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment