i386.c (ix86_is_msabi_thiscall): New helper function.
authorKai Tietz <ktietz@redhat.com>
Sat, 2 Apr 2011 17:08:33 +0000 (19:08 +0200)
committerKai Tietz <ktietz@gcc.gnu.org>
Sat, 2 Apr 2011 17:08:33 +0000 (19:08 +0200)
commitb4ddcaeeaa23f35822fb92b246cd634a4eec7a15
treed0b52dec49f9a8db370bdf6d3459a6779a64893a
parent8ffac116df93baf38130a6a7de2d419b04dae660
i386.c (ix86_is_msabi_thiscall): New helper function.

2011-04-02  Kai Tietz  <ktietz@redhat.com>

* i386.c (ix86_is_msabi_thiscall): New helper function.
(ix86_is_type_thiscall): New helper function.
(ix86_comp_type_attributes): Handle thiscall for method-functions
special.
(init_cumulative_args): Likewise.
(find_drap_reg): Likewise.
(ix86_static_chain): Likewise.
(x86_this_parameter): Likewise.
(x86_output_mi_thunk): Likewise.

From-SVN: r171890
gcc/ChangeLog
gcc/config/i386/i386.c