diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-11 09:58:05 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-11 09:58:05 +0000 |
commit | 9b2f84a91b7322857f69b0bc46eccb91d1c0786f (patch) | |
tree | 3dba6d5ce76aac020b6be4dc73b0b5b135064444 /TODO | |
parent | d2a0b8af46dae83bea4e32f1e0df43fea7bca742 (diff) | |
download | uClibc-alpine-9b2f84a91b7322857f69b0bc46eccb91d1c0786f.tar.bz2 uClibc-alpine-9b2f84a91b7322857f69b0bc46eccb91d1c0786f.tar.xz |
update prior to release
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -1,15 +1,12 @@ -TODO list for the uClibc 0.9.27 release: +TODO list for the uClibc 0.9.28 release: ------------------------------------------------- *) Audit header files. Remove prototypes for all functions that are not supported -- especially needed for the libm headers. *) Audit header files. When options are disabled, also disable them in the include files as well by checking for the proper define from include/bits/uClibc_config.h (pulled in from features.h) - *) Use buildroot to build for x86, powerpc, arm, and mips. *) Test each architecture with the latest LTP testsuite, and post LTP testsuite results for each architecture on uclibc.org. - *) Prepare and release a properly versioned buildroot release - to coincide with the uClibc 0.9.27 release. TODO list for the uClibc 1.0.0 release: @@ -62,8 +59,6 @@ TODO list for the uClibc 1.0.0 release: *) Build both pic and non-pic objects where appropriate, so that static libs need not pay the pic size penalty. *) Cleanup/scrub all the Makefile copyright junk - *) Debugging pthreads with gdb does not work at all on mips unless - the application is staticly linked. *) Fix dlopen, for both static and dynamic cases, and make it fully comply with SuSv3 *) From the the ELF spec "...All shared object initializations happen |