[git commit] x86_64: fix .size of _init/_fini

Khem Raj raj.khem at gmail.com
Sun May 8 16:57:53 UTC 2011


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


More information about the uClibc mailing list