[patch] Move __libc_fini_array into a separate file.

Mark Mitchell mark@codesourcery.com
Fri Jun 4 15:31:00 GMT 2010


Jeff Johnston wrote:
> What calls the new static routine register_fini??  I don't see anything
> using it in this patch.

>> +static void
>> +register_fini(void) __attribute__((constructor (0)));

It's a constructor function.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713



More information about the Newlib mailing list