[uClibc-cvs] svn commit: trunk/uClibc
andersen at uclibc.org
andersen at uclibc.org
Sat May 7 18:27:14 UTC 2005
Author: andersen
Date: 2005-05-07 12:27:13 -0600 (Sat, 07 May 2005)
New Revision: 10269
Log:
It turns out that the problem that required us to use --enable-sjlj-exceptions
was specific to gcc 3.3.3. Later toolchains fixed the regressions; thus, we do
not need to worry about this TODO item anymore.
Modified:
trunk/uClibc/TODO
Changeset:
Modified: trunk/uClibc/TODO
===================================================================
--- trunk/uClibc/TODO 2005-05-07 17:45:38 UTC (rev 10268)
+++ trunk/uClibc/TODO 2005-05-07 18:27:13 UTC (rev 10269)
@@ -36,10 +36,7 @@
and perhaps others (finalize list) produce a lib with a differing
ABI. Make it so apps cannot use an ABI mis-matched uClibc.
This is most easily done using symbol versioning...
- *) Perhaps implement glibc style frame-unwinding, so that gcc need
- not be built with --enable-sjlj-exceptions for C++ exception handling
- to work.
- *) Implement the float and long double versions of math funcs
+ *) Implement the long double versions of math funcs
using wrappers on top of the double versions (size / precision
trade off where size clearly wins).
*) Make all small objects (>~50 bytes) into either inlines or
More information about the uClibc-cvs
mailing list