------- Comment #15 from dave at hiauly1 dot hia dot nrc dot ca 2005-11-26 21:19 ------- Subject: Re: [4.1/4.2 Regression] libobjc testsuite failures
> > > Here it is. > > > > Oops, the file sent had HAVE_GAS_WEAKDEF undef'd, so SUPPORTS_WEAK > > is 0. > > With HAVE_GAS_WEAKDEF undef'd, we have a large number of objc failures > with the following error: Actually, this isn't the reason SUPPORTS_WEAK is 0. The problem is tconfig.h defines USED_FOR_TARGET. As a result, nothing in auto-host.h is defined, including HAVE_GAS_WEAK and HAVE_GAS_WEAKREF. Because HAVE_GAS_WEAK isn't defined, som.h defines SUPPORTS_WEAK to be 0 ;( Dave -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24829