summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS2
-rw-r--r--TODO5
-rw-r--r--docs/PORTING4
3 files changed, 8 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f2bbc5d8f..621c3b794 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -34,7 +34,7 @@ S: Maintained
AVR32
N: Hans-Christian Egtvedt
-E: hcegtvedt@atmel.com
+E: hans-christian.egtvedt@atmel.com
N: Haavard Skinnemoen
E: haavard.skinnemoen@atmel.com
W: http://avr32linux.org/
diff --git a/TODO b/TODO
index da4919cce..fa5a9bbf5 100644
--- a/TODO
+++ b/TODO
@@ -143,6 +143,11 @@ Manuel's todo:
d) Implement glibc 'a' flag for scanf string conversions.
e) Allow use of the older non-table-based ctype functions when using
stub locale support. (smaller)
+ f) __drand48_iterate should be void
+ g) alphasort vs. versionsort. The former seems to be SVID, the latter GNU
+ i.e. reverse to what we currently do. The latter is unimplemented.
+ h) ponder removal/configs to turn off: __xpg_*, bsd_signal, dysize,
+ getw/putw, utimes,
2) Additional str{f|p}time issues.
----------------------------------
diff --git a/docs/PORTING b/docs/PORTING
index 613f06a05..cadb32311 100644
--- a/docs/PORTING
+++ b/docs/PORTING
@@ -10,8 +10,8 @@ you are hacking on.
- add ARCH to the 'Target Architecture' list in extra/Configs/Config.in
- Initially you will want to disable shared libraries, since making
the shared library loader work requires you first have basic architecture
- support working. Thus you should add HAVE_NO_SHARED and ARCH_HAS_NO_LDSO
- to Config.ARCH's TARGET_ARCH
+ support working. Thus you should add ARCH_HAS_NO_SHARED and
+ ARCH_HAS_NO_LDSO to Config.ARCH's TARGET_ARCH
====================
=== libc sysdeps ===