From: Ralf Wildenhues Date: Sat, 3 Dec 2005 17:36:15 +0000 (+0000) Subject: * TODO: A bunch of items fixed. :) X-Git-Tag: release-2-1b~376 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22f27f6693df126a3fd6df95462542bceea166bd;p=thirdparty%2Flibtool.git * TODO: A bunch of items fixed. :) --- diff --git a/ChangeLog b/ChangeLog index 199a08e69..0b2af02d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-12-03 Ralf Wildenhues + * TODO: A bunch of items fixed. :) + * tests/convenience.at: Updated to expose more corner cases. * doc/libtool.texi (Invoking libtoolize): Remove mention of diff --git a/TODO b/TODO index bb6e051a9..199ece03e 100644 --- a/TODO +++ b/TODO @@ -62,13 +62,6 @@ GNU Libtool * Fix -dlopen "self" on AIX. Reported by Gary Kumfert . -* Audit AU_DEFUNs whether they need to be AU_ALIASes. - Reported by Akim Demaille - -* Fix wrong $ECHO after `config.status --recheck'. - Reported by Ralf Menzel and - Jeff Squyres . - * Fix denial of service if using installed `libtool' on a different mount point together with a compiler which does not understand `-c -o'. Reported by Marcin Siennicki. @@ -76,9 +69,6 @@ GNU Libtool * Look at better -no-undefined support, maybe along the idea of [support #103719] for CC. -* Check dangerous use of the number of macro arguments `$#' in public macros - (because of AU_ALIAS). - 1.2. libtldl ------------ @@ -136,8 +126,7 @@ GNU Libtool all the tests/*demo noise, and duplication; and thus speed up bootstrap and make writing new tests a whole lot more pleasant. -* We should include tests with convenience libraries and reloadable - objects in the testsuite. +* We should include tests with reloadable objects in the testsuite. * Write a test case for linkage with gnu ld scripts (per 2004-08-25 patch from Paolo Bonzini). @@ -195,10 +184,6 @@ GNU Libtool libtool script smaller and easier to follow, maybe a little faster too? -* Look at position-independent executables. - -* Add support for a FC tag. - * Audit the GCJ tag section in libtool.m4. * Add caching mechanism. Look at `libtool-cache' from Robert Ögren. @@ -278,7 +263,7 @@ GNU Libtool (libhello_g, libhello_p, 64 vs 32-bit ABI's, etc). Make these types configurable. -* Perhaps the iuse of libltdl could be made cleaner by allowing +* Perhaps the use of libltdl could be made cleaner by allowing registration of hook functions to call at various points. This would hopefully free the user from having to maintain a parallel module list with user data. This would likely involve being able to carry