summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO b/TODO
index 9fb6d02dd..da4919cce 100644
--- a/TODO
+++ b/TODO
@@ -109,6 +109,9 @@ Arch specific TODO:
arm:
update crt1 code again for nommu (http://bugs.uclibc.org/view.php?id=538)
recruit jbowler and integrate thumb support
+ frv:
+ needs to be updated for the new ldso changes and unification of the
+ uClibc_main funcs (__uClibc_start_main doesnt exist anymore)
hppa:
errno.c test segfaults causes segfault in clone.S (seems to be in glibc too)
i386:
@@ -117,16 +120,15 @@ Arch specific TODO:
ldso is not implemented
m68k:
ldso lazy relocation doesnt work
+ sh64:
+ ldso is reasonably broken, presently requiring additional
+ coaxing/threatening.
sparc:
need a sigaction.c since common one doesnt work (signal tests)
ldso needs to be updated since it's totally broken atm
vax:
pthread support, linktime warning support (implies GAS patches),
general touchups, testing, ldso.
- frv sh64:
- need to be updated to new ldso changes and unification of the
- two uClibc_main funcs (__uClibc_start_main doesnt exist anymore)
-
-----------------------------------------------------------------------------