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]
Other format: [Raw text]

Re: check_profiling_available uClibc fix


On Tue, 17 Apr 2007, Mark Mitchell wrote:

> This is certainly an improvement.  Would it be even better to do this
> with a link-time check?  Then, if uClibc grows profiling support, these
> tests would start running?

A link time check has the opposite problem: if uClibc grows profiling 
support, but it breaks, then these tests are quietly disabled instead of 
FAILing.

If it grows profiling support, I hope it gets a suitable preprocessor 
macro to accompany it, so we can use check_missing_uclibc_feature.

-- 
Joseph S. Myers
joseph@codesourcery.com


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