This is the mail archive of the gcc@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: how to disable __thiscall on MinGW-gcc-4.7.x ?


2012/5/24 niXman <i.nixman@gmail.com>:
> 2012/5/24 Kai Tietz:
>> There is no option to disable this, as thiscall is part of the Windows
>> ABI.
>
> Could you please tell me, in what revision is added this change, so
> that I could have made the reverting patch?

Hmm, no idea.  see revision history on svn for that.  Out of
curiousity, for what reason you want to revert this patch locally for
you?

>> But you can switch via that -mabi=(sysv|ms) option.
>
> I.e. '-mabi = ms' is now used by default?

Yes, it is for mingw targets.

> --
> Regards,
> ? niXman


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