Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config/rs6000 We've never support...



details:   https://anonhg.NetBSD.org/src/rev/afd76a45b5b9
branches:  trunk
changeset: 341494:afd76a45b5b9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 08 17:11:55 2015 +0000

description:
We've never supported the executable stack note, and none of the other
archs have it.

diffstat:

 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r e45434c6dcc9 -r afd76a45b5b9 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c Sun Nov 08 16:49:41 2015 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c Sun Nov 08 17:11:55 2015 +0000
@@ -29474,8 +29474,7 @@
                 aix_struct_return ? 2 : 1);
     }
 #endif
-#if defined (POWERPC_LINUX) || defined (POWERPC_FREEBSD) \
-    || defined (POWERPC_NETBSD)
+#if defined (POWERPC_LINUX) || defined (POWERPC_FREEBSD)
   if (TARGET_32BIT || DEFAULT_ABI == ABI_ELFv2)
     file_end_indicate_exec_stack ();
 #endif



Home | Main Index | Thread Index | Old Index