http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770
--- Comment #88 from H.J. Lu <hjl.tools at gmail dot com> 2012-04-17 22:15:04 UTC --- (In reply to comment #86) > > I have seen codes like: > > > > void (*const init_array []) (void) > > __attribute__ ((section (".init_array"), aligned (sizeof (void *)))) = > > { > > &init_0, > > &init_1, > > &init_2 > > }; > > > > I don't want to reverse its order. > > We will not reverse that order. Those three entries will all be in the > same input section. I assume init priority will be handled as usual.