diff ToDo @ 127:645443fcfb47

- doc and todo update to reflect working mips64 n64 big endian support
author cslag
date Tue, 05 Jul 2016 14:30:56 +0200
parents 4a64b733dc76
children 9a554d1c4da6
line wrap: on
line diff
--- a/ToDo	Tue Jul 05 14:20:57 2016 +0200
+++ b/ToDo	Tue Jul 05 14:30:56 2016 +0200
@@ -56,6 +56,8 @@
   * linux
 - other syscalls
 - MIPS32 softfloat support (-msoft-float)
+- MIPS64 ellipsis not working
+- MIPS64 little-endian needs testing (current port works on openbsd/octeon, which is big endian)
 
 dynload:
 --------
@@ -74,7 +76,7 @@
 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?),
   see above under 1.0 items
   * check other platforms also, if asm stub initializes retval space, correctly
-- add MIPS callbacks for n32, n64
+- check if MIPS callbacks are working for n32 (n64 callbacks work, but not sure if this covers n32, implicitly)
 - finish PPC32 callbacks (see bugs section, below, BSD not working)
 - MIPS32 softfloat support (-msoft-float)
 - test MIPS o32 big endian (current port works on netbsd/pmax, which is little endian, and gcc -EB doesn't work on there)