diff BUGS @ 256:7520e2260097

- added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane - since no-execstack handling is now in build, remove .note.GNU-stack section markers (were of limites use, anyways, b/c unportable or implemented inconsistently across platforms) - some ToDo, etc. updates
author Tassilo Philipp
date Sat, 20 May 2017 00:02:59 +0200
parents 3e629dc19168
children fe907488e235
line wrap: on
line diff
--- a/BUGS	Wed May 17 02:39:41 2017 +0200
+++ b/BUGS	Sat May 20 00:02:59 2017 +0200
@@ -1,4 +1,4 @@
-- add support for SELinux; object files need to be tagged with section '.section .note.GNU-stack,"",%progbits'
+- add support for SELinux
 - dyncall sparc v7/v8: -xO3 on SunPro segfaults in tests.
 - dyncall sparc64 port: works fine on Debian 6, but has issues on OpenBSD and Solaris regarding passing of float and double values.
 - this BUGS file should be merged with ToDo or vice-versa