# HG changeset patch
# User Tassilo Philipp
# Date 1525732648 -7200
# Node ID a6963fd4a8cce88a8793dccd46a56601567e4f02
# Parent  1032015f77ee455daa050debaebc087a2ddae38b
- adding mips softfloat to ToDo
- started 1.1 (upcoming) section for Changelog

diff -r 1032015f77ee -r a6963fd4a8cc ChangeLog
--- 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!)
diff -r 1032015f77ee -r a6963fd4a8cc ToDo
--- 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)