This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [COMMITTED] Merge libffi with upstream
- From: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org, iant at golang dot org, Jeff Law <law at redhat dot com>, hjl dot tools at gmail dot com
- Date: Fri, 16 Jan 2015 14:38:19 +0100
- Subject: Re: [COMMITTED] Merge libffi with upstream
- Authentication-results: sourceware.org; auth=none
- References: <54B3F790 dot 9050507 at redhat dot com> <yddsifcq9o8 dot fsf at lokon dot CeBiTec dot Uni-Bielefeld dot DE> <ydd387argwi dot fsf at lokon dot CeBiTec dot Uni-Bielefeld dot DE> <20150116133454 dot GP1405 at tucnak dot redhat dot com>
Jakub Jelinek <jakub@redhat.com> writes:
>> @@ -311,7 +312,8 @@ proc run-many-tests { testcases extra_fl
>>
>> set targetabis { "" }
>> if [string match $compiler_vendor "gnu"] {
>> - if [istarget "i?86-*-*"] {
>> + if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"])
>> + && [is-effective-target ilp32] } {
>
> Shouldn't that be ia32 instead if ilp32 ? I mean, do you want
> it for -mx32 too or not?
I've no idea if x32 supports stdcall or not.
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University