declare _libc_init() in header.
Instead of compiling files with -fcommon, create an include file and declarethe 3 symbols that need to be common using an attribute. Put all the 3 symboldefinitions in libc in one place (initfini.c). Reviewed by joerg@