# HG changeset patch
# User cslag
# Date 1470650090 -7200
# Node ID 706935b8a4fada05dd50a58a5502bb6171ae6b08
# Parent  5675d34f0a06290f36775b81b3dbae21173c8489
- todo update

diff -r 5675d34f0a06 -r 706935b8a4fa ToDo
--- a/ToDo	Mon Aug 08 11:54:27 2016 +0200
+++ b/ToDo	Mon Aug 08 11:54:50 2016 +0200
@@ -46,7 +46,6 @@
 --------
 - support for return values: aggregate return values
 - support for argument values: structures, half-precision, vector types, long double
-- varargs for mips (might exist, but test all ABIs (mipseb n64 already confirmed))
 - consider automatic type-promotion for arguments passed through DC_CALL_C_ELLIPSIS_VARARGS;
   this would make it easier to just pass arguments instead of having to know about the C
   type promotions (this is partly done, see todo-item above under 1.0)
@@ -55,7 +54,6 @@
   * linux
 - other syscalls
 - MIPS32 softfloat support (-msoft-float)
-- MIPS64 little-endian needs testing (current port works on openbsd/octeon, which is big endian)
 - test MIPS32 eabi big endian (current port works on psp, which is little endian)
 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
   EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
@@ -81,7 +79,6 @@
 - finish PPC32 callbacks (see bugs section, below, BSD not working)
 - MIPS32 softfloat support (-msoft-float)
 - test MIPS32 eabi big endian (current port works on psp, which is little endian)
-- test MIPS64 n64 little endian (current port works on openbsd/octeon, which is big endian)
 - implement MIPS64 N32 (gcc -mabi=n32); both, little and big-endian (looks like NetNBSD on and
   EdgeRouter lite uses this: https://blog.netbsd.org/tnf/entry/hands_on_experience_with_edgerouter)
 - implement MIPS64 EABI (gcc -mabi=eabi); both, little and big-endian