On 11/16/2012 01:21 PM, Caroline Tice wrote:
-start_objects (int method_type, int initp) +start_objects (int method_type, int initp, const char *extra_name)
I don't think we want to mess with start_objects and such here. Can't you just use
DECL_STATIC_CONSTRUCTOR (decl) = 1; SET_DECL_INIT_PRIORITY (decl, priority); on your initialization function instead? Jason