2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am, configure.ac: Add mathf/, mathl/.
	* math/init.c, math/Makefile.am: Reflect having split-out
	mathl and mathf.
	* math/domathf.c, math/domathl.c: Remove.
	* mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
	mathf/mathf.scn: New (Split out from math/).
	* mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
	mathl/mathl.scn: New (Split out from math/).
This commit is contained in:
Ralf Corsepius
2011-02-02 14:02:18 +00:00
parent e9c71fc0e3
commit a19ed1350c

View File

@@ -1,3 +1,14 @@
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am, configure.ac: Add mathf/, mathl/.
* math/init.c, math/Makefile.am: Reflect having split-out
mathl and mathf.
* math/domathf.c, math/domathl.c: Remove.
* mathf/Makefile.am, mathf/domathf.c, mathf/init.c,
mathf/mathf.scn: New (Split out from math/).
* mathl/Makefile.am, mathf/domathl.c, mathl/init.c,
mathl/mathl.scn: New (Split out from math/).
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* math/init.c, complex/init.c: