Re: libraryopt

2007-09-26 Thread Christian MICHON
On 9/26/07, emBuild Software Design [EMAIL PROTECTED] wrote: I'd like to request as a feature addition to uclibc the addition of specific support for libraryopt (http://libraryopt.sourceforge.net/), a tool that reduces shared library size by removing unneeded object files from a rebuild of the

Re: libraryopt

2007-09-26 Thread Christian MICHON
I found back the script: it's still in the uClibc tarball. Have a look at libstrip: uClibc-0.9.29\extra\libstrip\ -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu with Git inside ! ___ uClibc mailing list

Re: [PATCH] _dl_find_hash: skip lookup if the DSO hasn't an hash table

2007-09-26 Thread Carmelo AMOROSO
Carmelo AMOROSO wrote: [snip] How create and empty hash table [GNU/sysv], I don't know... but if this could happen, then the check is correct. [snip] I have asked the libc-alpha ML about this question, see reply from Jakub Jelinek (

Re: [PATCH] Fix resolve when identical IPv4 and IPv6 hosts are defined in /etc/hosts

2007-09-26 Thread Hans-Christian Egtvedt
On Tue, 2007-09-18 at 10:44 +0200, Hans-Christian Egtvedt wrote: This patch will fix a problem when the same host is defined with both IPv4 and IPv6 entries in /etc/hosts. Previous only the first of these host would work, as uClibc would read the /etc/hosts file from top to bottom, failing if