comparison ToDo @ 157:49549739228c

- sparc callback asm and args code (still some stack alignment issues, currently) - doc improvements for sparc callconv
author cslag
date Wed, 28 Dec 2016 16:48:35 -0600
parents bbefb8b8e74c
children 164cf1663b7c
comparison
equal deleted inserted replaced
156:9e4f1355a388 157:49549739228c
78 - check if PSP can support dynload (missing elf.h, dlfcn.h, etc.); fixup readme if successful 78 - check if PSP can support dynload (missing elf.h, dlfcn.h, etc.); fixup readme if successful
79 - some functionality like java's System.mapLibraryName('name') might be helpful? 79 - some functionality like java's System.mapLibraryName('name') might be helpful?
80 80
81 dyncallback: 81 dyncallback:
82 ------------ 82 ------------
83 - add SPARC and SPARC64 callback support 83 - add SPARC64 callback support
84 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?), 84 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?),
85 see above under 1.0 items 85 see above under 1.0 items
86 * check other platforms also, if asm stub initializes retval space, correctly 86 * check other platforms also, if asm stub initializes retval space, correctly
87 - finish PPC32 callbacks (see bugs section, below, BSD not working) 87 - finish PPC32 callbacks (see bugs section, below, BSD not working)
88 - MIPS32 softfloat support (-msoft-float) 88 - MIPS32 softfloat support (-msoft-float)