comparison ToDo @ 54:1ba2f70f80b8

- todo update
author cslag
date Wed, 23 Dec 2015 22:18:08 +0100
parents ecc9403e214a
children b36a2fe30602
comparison
equal deleted inserted replaced
52:7d84baf8cf80 54:1ba2f70f80b8
12 * THUMB: 12 * THUMB:
13 - ellipsis (might be test itself, not respecting fixed part of args) 13 - ellipsis (might be test itself, not respecting fixed part of args)
14 - callback_plain retval 14 - callback_plain retval
15 - callf 15 - callf
16 - fix Minix/x86 callbacks (see callback_suite) 16 - fix Minix/x86 callbacks (see callback_suite)
17 - fix Linux/rpi callbacks (call_suite) 17 - armhf ellipsis: fix weirdness with long long as first ... arg
18 - armhf ellipsis support
19 - add portable "make install" 18 - add portable "make install"
20 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64 19 - support Solaris11 CFLAGS with -D_FILE_OFFSET_BITS=64
21 - 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
22 22
23 portasm: 23 portasm:
24 -------- 24 --------
25 - add solaris support for x64 25 - add solaris support for x64
26 26