how to disable __thiscall on MinGW-gcc-4.7.x ?
Kai Tietz
ktietz70@googlemail.com
Thu May 24 10:58:00 GMT 2012
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
More information about the Gcc
mailing list