log portasm/portasm-x64.S @ 533:71c884e610f0

age author description
Thu, 21 Apr 2022 13:35:47 +0200 Tassilo Philipp - integration of patches from Raphael Luba, Thekla, Inc.:
Thu, 19 Apr 2018 20:10:26 +0200 Tassilo Philipp - file header cleanups for release
Sat, 20 May 2017 00:02:59 +0200 Tassilo Philipp - added to configure some detection on how to compile .s/.S with --noexecstack (or similar), as compilers' defaults are often insane
Sat, 13 May 2017 23:02:17 +0200 Tassilo Philipp - replaced `.set' directives used to set symbol values in assembly files with (seemingly) more portable `=' syntax (e.g. older versions of Sun's `as' don't handle `.set')
Sat, 11 Feb 2017 01:17:02 +0100 cslag - excluding Dragonfly also from .note.GNU-stack marking as interpreted wrongly
Fri, 10 Feb 2017 12:15:35 +0100 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
Fri, 06 Jan 2017 00:19:13 +0100 cslag - "tag" also non-linux assembly files with .note.GNU-stack, to mark .o files generated from manual assembly code as not needing an executable stack (still only for x* archs)
Thu, 05 Jan 2017 11:07:29 +0100 cslag - added portasm support for adding .section .note.GNU-stack "hints" marking generated .o files from assembly files as not needing an executable stack
Thu, 05 Jan 2017 10:35:12 +0100 cslag - file name/layout cleanup, removed "-att" from x64 .S filenames, as unnecessary and also misleading base portasm/portasm-x64-att.S@3f0a412051c5