log

age author description
2017-02-17 Tassilo Philipp - simplified some platform check
2017-02-13 Tassilo Philipp - typo fix in x64 asm end_proc use (only affected masm)
2017-02-11 cslag - excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
2017-02-10 cslag - removed .note.GNU-stack hint for openbsd, b/c of it always being interpreted as "need execstack" and not needed, b/c of way saner defaults on OpenBSD
2017-02-10 cslag - sparc predef cleanup
2017-02-10 cslag - renamings: sparc_v9 -> sparc64
2017-02-09 cslag - renamed sparc_v9 -> sparc64 for consistency (with other platforms using 32/64 suffix instead of instrset name)
2017-02-09 cslag - cleanup: remove old/unused code that was superseded by *sparc_v9.* files
2017-02-09 cslag - testcode: missing include fixed
2017-02-09 cslag - fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
2017-02-08 cslag - loosened OS detection macros a bit to not bail out and thus make it easier to use dyncall on baremetal
2017-02-08 cslag - doc tweaks
2017-01-15 cslag - added SunOS line to doc overview, for os family
2017-01-10 cslag - compatibility for older platforms - use ANSI comments
2017-01-08 cslag - fixed configure on SunOS
2017-01-08 cslag - marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)