Source-Changes-HG archive

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

[src/netbsd-7]: src/external/gpl3/gcc/dist/gcc/config/rs6000 Pull up followin...



details:   https://anonhg.NetBSD.org/src/rev/f275763dd4a6
branches:  netbsd-7
changeset: 799758:f275763dd4a6
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jan 26 01:11:13 2016 +0000

description:
Pull up following revision(s) (requested by phx in ticket #1037):
        external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c: revision 1.13
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 ad1bfad9fa0c -r f275763dd4a6 external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c
--- a/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c Sat Jan 16 10:16:24 2016 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c Tue Jan 26 01:11:13 2016 +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