Module Name: src
Committed By: mrg
Date: Sun Mar 9 10:18:30 UTC 2014
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/ia64: netbsd.h
Log Message:
disable TRANSFER_FROM_TRAMPOLINE for now.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h:1.3 src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h:1.4
--- src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h:1.3 Sat Mar 1 09:44:50 2014
+++ src/external/gpl3/gcc/dist/gcc/config/ia64/netbsd.h Sun Mar 9 10:18:30 2014
@@ -50,5 +50,7 @@ Boston, MA 02111-1307, USA. */
#define CPP_SPEC "%(netbsd_cpp_spec)"
+#if 0
/* Attempt to enable execute permissions on the stack. */
#define TRANSFER_FROM_TRAMPOLINE NETBSD_ENABLE_EXECUTE_STACK
+#endif