This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Basic block profiler out of libgcc



zackw@stanford.edu said:
>  I don't think it gets multilibbed.  This _should_ be harmless - we
> don't seem to bother to multilib crtbegin.o.  I'm not confident that I
> understand this part of the Makefile, however. 

Different multilib variants can have different ABIs or even different 
instruction sets.  So this very definitely *isn't* harmless.

However, whether this is important enough to stop this extraction from 
being done is a different matter.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]