comparison ToDo @ 145:63892f03e493

- minix fix for callbacks (floats are also returned via eax/edx on minix)
author cslag
date Sat, 20 Aug 2016 22:27:47 +0200
parents 5fa2d7d5de10
children 0ab08c1541f0
comparison
equal deleted inserted replaced
144:5fa2d7d5de10 145:63892f03e493
23 it's stored is probably not zeroed, so half-words, etc., come with garbage 23 it's stored is probably not zeroed, so half-words, etc., come with garbage
24 * THUMB: 24 * THUMB:
25 - ellipsis (might be test itself, not respecting fixed part of args) 25 - ellipsis (might be test itself, not respecting fixed part of args)
26 - callback_plain retval, see above under ARM 26 - callback_plain retval, see above under ARM
27 - callf 27 - callf
28 - fix Minix/x86 callbacks (see callback_suite)
29 - armhf ellipsis: fix weirdness with long long as first ... arg 28 - armhf ellipsis: fix weirdness with long long as first ... arg
30 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64 29 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64
31 - make sure selinux works (esp. regarding NX bits, asm might need (or similar): .section .note.GNU-stack,"",@progbits) 30 - make sure selinux works (esp. regarding NX bits, asm might need (or similar): .section .note.GNU-stack,"",@progbits)
32 Daniel has a patch for it, if needed, implementing allocwx with two memory blocks, one for w^x, mmaped to one for r|x 31 Daniel has a patch for it, if needed, implementing allocwx with two memory blocks, one for w^x, mmaped to one for r|x
33 - support /SAFESEH on cl/win32 32 - support /SAFESEH on cl/win32