comparison ToDo @ 135:fcbec299b736

- todo/changelog update
author cslag
date Thu, 14 Jul 2016 23:40:31 +0200
parents b0cca984c740
children 706935b8a4fa e63089fe5bef
comparison
equal deleted inserted replaced
134:59d758760688 135:fcbec299b736
54 * bsd 54 * bsd
55 * linux 55 * linux
56 - other syscalls 56 - other syscalls
57 - MIPS32 softfloat support (-msoft-float) 57 - MIPS32 softfloat support (-msoft-float)
58 - MIPS64 little-endian needs testing (current port works on openbsd/octeon, which is big endian) 58 - MIPS64 little-endian needs testing (current port works on openbsd/octeon, which is big endian)
59 - test MIPS32 eabi big endian (current port works on psp, which is little endian)
59 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and 60 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
60 EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter) 61 EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
61 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian 62 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian
62 63
63 dynload: 64 dynload:
77 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?), 78 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?),
78 see above under 1.0 items 79 see above under 1.0 items
79 * check other platforms also, if asm stub initializes retval space, correctly 80 * check other platforms also, if asm stub initializes retval space, correctly
80 - finish PPC32 callbacks (see bugs section, below, BSD not working) 81 - finish PPC32 callbacks (see bugs section, below, BSD not working)
81 - MIPS32 softfloat support (-msoft-float) 82 - MIPS32 softfloat support (-msoft-float)
82 - test MIPS o32 big endian (current port works on netbsd/pmax, which is little endian, and gcc -EB doesn't work on there) 83 - test MIPS32 eabi big endian (current port works on psp, which is little endian)
83 - test MIPS n64 little endian (current port works on openbsd/octeon, which is big endian) 84 - test MIPS64 n64 little endian (current port works on openbsd/octeon, which is big endian)
84 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and 85 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
85 EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter) 86 EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
86 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian 87 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian
87 88
88 bindings: 89 bindings: