changeset 21:39d570758588

- cleanups in changelog and todo
author cslag
date Sat, 05 Sep 2015 23:17:56 +0200
parents 1c539fb1d2dd
children 5bb847d90feb
files ChangeLog ToDo
diffstat 2 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Aug 02 19:38:25 2015 +0200
+++ b/ChangeLog	Sat Sep 05 23:17:56 2015 +0200
@@ -5,7 +5,7 @@
   o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS)
   o PPC64 support, including syscalls (thanks Masanori!)
   o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call)
-  o added -fPIC by default for FreeBSD
+  o using -fPIC by default for FreeBSD
   o PPC32 linux syscall support
   o fixed return value errors for arm32 on some platforms (e.g. freebsd/arm32, nintendo ds); arm & thumb mode
 dyncallback:
--- a/ToDo	Sun Aug 02 19:38:25 2015 +0200
+++ b/ToDo	Sat Sep 05 23:17:56 2015 +0200
@@ -11,7 +11,6 @@
       - callback_plain retval wrong (not only platform)
     * THUMB:
       - ellipsis (might be test itself, not respecting fixed part of args)
-      - retvals of call_suite (maybe all retvals, in general)
       - callback_plain retval
       - callf
 - fix Minix/x86 callbacks (see callback_suite)
@@ -55,7 +54,7 @@
 ------------
 - callback_plain's return value not correct anymore on NDS (maybe just broken testcode?)
 - add MIPS callbacks for eabi, n32, o32 (thunks are working)
-- finish PPC32 callbacks (see bugs section, below)
+- finish PPC32 callbacks (see bugs section, below, BSD not working)
 
 bindings:
 ---------
@@ -117,6 +116,7 @@
 - superh
 - cell
 - blackfin
+- s/390
 - z80
 - hppa
 - vax
@@ -126,9 +126,3 @@
 - arc
 - seaforth
 
-available exotic hardware for outstanding ports:
-------------------------------------------------
-- 68k: Tassilo's old Palm m100 (MC68EZ328 (16MHz))
-- sh4: Tassilo's Dreamcast
-- sigmatel stmp3550b: Daniel's iPod Nano
-