Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config/rs6000 We've never sup...
details: https://anonhg.NetBSD.org/src/rev/fffba30a79e1
branches: trunk
changeset: 341495:fffba30a79e1
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 08 17:13:01 2015 +0000
description:
We've never supported executable stack notes in any archs so don't add one.
diffstat:
external/gpl3/gcc.old/dist/gcc/config/rs6000/rs6000.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (13 lines):
diff -r afd76a45b5b9 -r fffba30a79e1 external/gpl3/gcc.old/dist/gcc/config/rs6000/rs6000.c
--- a/external/gpl3/gcc.old/dist/gcc/config/rs6000/rs6000.c Sun Nov 08 17:11:55 2015 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config/rs6000/rs6000.c Sun Nov 08 17:13:01 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