comparison ToDo @ 116:c5cb02203df4

- mips n64 working thunks - todo update
author cslag
date Thu, 23 Jun 2016 12:38:51 +0200
parents 9aa75a74614c
children 4a64b733dc76
comparison
equal deleted inserted replaced
115:b0d5b49bf418 116:c5cb02203df4
73 see above under 1.0 items 73 see above under 1.0 items
74 * check other platforms also, if asm stub initializes retval space, correctly 74 * check other platforms also, if asm stub initializes retval space, correctly
75 - add MIPS callbacks for n32, n64 75 - add MIPS callbacks for n32, n64
76 - finish PPC32 callbacks (see bugs section, below, BSD not working) 76 - finish PPC32 callbacks (see bugs section, below, BSD not working)
77 - MIPS32 softfloat support (-msoft-float) 77 - MIPS32 softfloat support (-msoft-float)
78 - test MIPS o32 big endian 78 - test MIPS o32 big endian (current port works on netbsd/pmax, which is little endian, and gcc -EB doesn't work on there)
79 - test MIPS n64 little endian (current port works on openbsd/octeon, which is big endian)
79 80
80 bindings: 81 bindings:
81 --------- 82 ---------
82 - release bindings as standalone packages (already done for rbdc as a gem and rdyncall on cran) 83 - release bindings as standalone packages (already done for rbdc as a gem and rdyncall on cran)
83 * add note to documentation, where bindings are and that some bindings are svn-only ATM 84 * add note to documentation, where bindings are and that some bindings are svn-only ATM