* ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Handle
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 2 May 2008 23:24:44 +0000 (23:24 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 2 May 2008 23:24:44 +0000 (23:24 +0000)
TYPE_CODE_BOOL and TYPE_CODE_CHAR the same as TYPE_CODE_INT.
Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.
Handle TYPE_CODE_METHOD the same as TYPE_CODE_FUNC.
Allow typedefs when checking for function pointer arguments.
Right-align small structs passed on the stack.
(ppc64_sysv_abi_return_value): Handle TYPE_CODE_BOOL and
TYPE_CODE_CHAR the same as TYPE_CODE_INT.
Handle TYPE_CODE_REF the same as TYPE_CODE_PTR.


No differences found
This page took 0.026339 seconds and 4 git commands to generate.