Re: dietlibc: Debian redistribution

Enrico Scholz <[email protected]> Sun, 10 Jul 2011 12:34:59 +0200
Newsgroups gmane.linux.lib.dietlibc
Message-ID <[email protected]>
Benedikt Böhm <[email protected]> writes:

> For gentoo, i've already switched to enricos tree, but i've reverted a
> bunch of experimental ELF related changes 

fwiw, the ELF patches are required for code like

  clearenv();
  getpagesize();

e.g. the information about the elfaux vector must be stored very early
(--> before main()); deriving it from 'environ' is unreliable.


> that have not been implemented except for x86/x86_64.

ARM is tested too... perhaps more than x86/x86_64...


> See https://github.com/hollow/dietlibc and
> https://bugs.gentoo.org/show_bug.cgi?id=364103#c5 for details.

I fixed the two issues in the bugreport. Nevertheless, PARISC related
patches are untested.


Enrico