On Fri, Mar 25, 2011 at 7:53 PM, Peter Mazinger wrote:
> Hello,

your line wrapping is still screwed up

> - 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 ...

it really depends on the changes.  there are obviously many things
which cannot be shared.

> - introduce GLRO use (target is to have the only thing exported
> from ld-uClibc.so a structure with pointers to some internal functions

there are some functions which the ldso must export all the time and a
structure of function pointers wont work.  like __tls_get_addr.

> - detect pagesize and "export" to __uClibc_main.c

if you add GLRO, then simply use that

> Is there interest for this in public (should I provide the branch on 
> uclibc.org)?

branches are easy to delete, so putting your own onto uclibc.org isnt an issue
-mike
_______________________________________________
uClibc mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/uclibc

Reply via email to