comparison ToDo @ 68:b36a2fe30602

- cleanup
author cslag
date Sun, 06 Mar 2016 12:53:02 +0100
parents 1ba2f70f80b8
children 43675cb378ce
comparison
equal deleted inserted replaced
67:1d68b4778979 68:b36a2fe30602
17 - armhf ellipsis: fix weirdness with long long as first ... arg 17 - armhf ellipsis: fix weirdness with long long as first ... arg
18 - add portable "make install" 18 - add portable "make install"
19 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64 19 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64
20 - make sure selinux works (esp. regarding NX bits, asm might need (or similar): .section .note.GNU-stack,"",@progbits) 20 - make sure selinux works (esp. regarding NX bits, asm might need (or similar): .section .note.GNU-stack,"",@progbits)
21 Daniel has a patch for it, if needed, implementing allocwx with two memory blocks, one for w^x, mmaped to one for r|x 21 Daniel has a patch for it, if needed, implementing allocwx with two memory blocks, one for w^x, mmaped to one for r|x
22 - support /SAFESEH on cl/win32
22 23
23 portasm: 24 portasm:
24 -------- 25 --------
25 - add solaris support for x64 26 - add solaris support for x64
26 27