From 9decb47dff7253eede2b708f14c7f79502638c6f Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Sat, 7 May 2005 18:27:13 +0000
Subject: 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.

---
 TODO | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'TODO')

diff --git a/TODO b/TODO
index 91defb6c6..e9b45117b 100644
--- a/TODO
+++ b/TODO
@@ -36,10 +36,7 @@ TODO list for the uClibc 1.0.0 release:
 	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
-- 
cgit v1.2.3