diff ChangeLog @ 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 446d2220bc49
children dfc6f1736141
line wrap: on
line diff
--- a/ChangeLog	Wed May 17 02:39:41 2017 +0200
+++ b/ChangeLog	Sat May 20 00:02:59 2017 +0200
@@ -28,8 +28,8 @@
     return symbol names as they would appear in C code, instead of the raw ones in object files
   o added new function dlGetLibraryPath, allowing lookups of path to library via handle
 general:
-  o marked assembly code as not needing an execstack, for safer/easier integration into other
-    projects/builds, where needed; this is needed b/c of questionable default behaviours of some
+  o assembly code now built by explicitily asking for non-execstack, for safer/easier integration
+    into other projects/builds, where needed; needed b/c of questionable default behaviours of some
     toolchains (thanks Thorsten Behrens for report and analysis)
 doc:
   o working html doc generation from TEX sources