On Fri, Jul 22, 2011 at 5:22 AM, Rainer Orth <r...@cebitec.uni-bielefeld.de> wrote: > H.J., > >> Can you review this change? > > as you know, I'm currently working to move all libgcc-related stuff over > to toplevel libgcc. Can you please move all but the crtstuff.c part of > this patch over to libgcc instead? > > I've got a patch almost ready to move crtstuff.c and other crt files, > and would like not to adapt this new code if you can just as well start > in libgcc. >
Most of this change isn't related to libgcc, except for crtstuff.c. You just need to find a way to define NO_CTORS_DTORS_SECTIONS in libgcc when .init_array is used. -- H.J.