We've never supported executable stack notes in any archs so don't add one.

This commit is contained in:
christos 2015-11-08 17:13:01 +00:00
parent b09d094867
commit 14b759e0d5
1 changed files with 1 additions and 2 deletions

View File

@ -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