[uClibc] Implement __libc_stack_end in uClibc?

Joakim Tjernlund Joakim.Tjernlund at lumentis.se
Sun Jun 26 16:50:00 UTC 2005


Looks like the glibc symbol __libc_stack_end is used by NPTL, libgcc, bohem GC and a few apps and
I am starting to think it would be good if uClibc impl. this symbol too.

Comments?

Details:
__libc_stack_end is defined in both libc.a for static libs and ld.so for dynamic libs.
Currently uClibc uses the same object files to generate libc.a and libc.so which
poses a small problem: How to make only libc.a contain __libc_stack_end and not
libc.so?

 Jocke



More information about the uClibc mailing list