diff ToDo @ 169:2fa600ea50e7

- marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
author cslag
date Sun, 08 Jan 2017 03:07:57 +0100
parents 572aff021627
children 136409adbdd1
line wrap: on
line diff
--- a/ToDo	Fri Jan 06 00:19:13 2017 +0100
+++ b/ToDo	Sun Jan 08 03:07:57 2017 +0100
@@ -2,7 +2,7 @@
 ----
 - make sure all assembly files declare (or are built) by setting the noexecstack flag,
   compared to translating code with gcc, it's manual for the assembler; this depends on arch
-  support (currently it's only done for linux):
+  support (currently it's only done for x86/x64 ELF, but doesn't always work I think... e.g. openbsd 4.0, maybe too old?):
 
     "When you compile source code normally, gcc takes care of adding the GNU_STACK
     markings so that the final object code is not marked with an executable stack