changeset 295:a6963fd4a8cc

- adding mips softfloat to ToDo - started 1.1 (upcoming) section for Changelog
author Tassilo Philipp
date Tue, 08 May 2018 00:37:28 +0200
parents 1032015f77ee
children e6bd998b0308
files ChangeLog ToDo
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 25 11:10:13 2018 +0200
+++ b/ChangeLog	Tue May 08 00:37:28 2018 +0200
@@ -1,5 +1,7 @@
 This file lists bigger/noteworthy changes, only...
 
+Version 1.1 (upcoming)
+
 Version 1.0 (2018/04/23)
 dyncall:
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori Mitsugi!)
--- a/ToDo	Wed Apr 25 11:10:13 2018 +0200
+++ b/ToDo	Tue May 08 00:37:28 2018 +0200
@@ -1,5 +1,7 @@
 1.1:
 ----
+- support mips/softfloat: e.g. test freebsd/mips dynOS illegal instruction; compiler defines are: #define __mips_soft_float / __mips_hard_float 1
+- plain_cpp only supports windows; fix
 - ./configure on macOS does not pass CFLAGS etc.. to Makefile.config
 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1)
   * also make sure minix with shared library support builds and works in general (>= 3.2.1) as well as ELF on Minix (>= 3.2.0) to begin with (as that's the base, and we only test on 3.1.8 so far)