Hello, I am intending to do massive changes to ldso, that include: - get all archs behave similar (currently the files were copied from one arch and adapted to another one, mostly inconstitenly), I tend to have a common file/function and show only the diffs from one arch to another, use same messages for errors, use same names for functions ... - introduce GLRO use (target is to have the only thing exported from ld-uClibc.so a structure with pointers to some internal functions, libc will access these functions through these pointers, size-wise it should be smaller and performance-wise better - detect pagesize and "export" to __uClibc_main.c - some will affect libdl as well - others that I can't remember
This will be done in a local branch (ldso-future), tracking the future branch. These will for sure conflict with Carmelo's work on prelink addition, that's why I will keep them separate, so that Carmelo can add his changes after release. Is there interest for this in public (should I provide the branch on uclibc.org)? Regards, Peter -- NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
