On 5/8/2011 7:54 AM, Peter Mazinger wrote:
How does it come, that glibc does not need .size directive on these files (crti.o and crtn.o) but uClibc would need them?
if a function is not contiguously allocated then it can be troublesome to use .size directive thats why initfini.c is compiled with -finhibit-size-directive
_______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
