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: [patch testsuite]: g++.dg/abi


2014-03-19 17:54 GMT+01:00 Mike Stump <mikestump@comcast.net>:
> On Mar 19, 2014, at 9:49 AM, Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> wrote:
>>> The concept of weak - as present in ELF - isn't known in COFF in
>>> general.  There is some weak, but it works only for static library and
>>> in a limitted way.  Therefore we can't (and don't) use it for COFF
>>> targets.
>>
>> In that case, it seems far better to have
>> gcc/testsuite/lib/target-support.exp (check_weak_available) reflect that
>> instead of lying about weak support.
>
> Yeah, this is the direction I was headed...  :-)

Ok, I will sent a patch for changing target-support.exp.

And yes, target supports a kind of weak, but not the expected gnu-weak.

Thanks,
Kai


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