Module Name:    src
Committed By:   christos
Date:           Sun Nov  8 17:11:55 UTC 2015

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/rs6000: rs6000.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c

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/rs6000/rs6000.c
diff -u src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c:1.12 src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c:1.13
--- src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c:1.12	Wed Jun 24 10:28:28 2015
+++ src/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c	Sun Nov  8 12:11:55 2015
@@ -29474,8 +29474,7 @@ rs6000_elf_file_end (void)
 		 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

Reply via email to