* doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
authorbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2011 14:57:28 +0000 (14:57 +0000)
committerbernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jul 2011 14:57:28 +0000 (14:57 +0000)
commit17bfc2bca134db717c37d1fe5952496c172635af
tree1836524298f4090e69415cd574678b08885fc75a
parent8bab8c204a80c9d915d2b1a4442467b10eff083d
* doc/tm.texi.in (FUNCTION_ARG_PADDING): Mention
TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
(TARGET_FUNCTION_ARG_ROUND_BOUNDARY): Add hook.
* function.c (locate_and_pad_parm): Take it into account.
* target.def (function_arg_round_boundary): New hook.
* targhooks.c (default_function_arg_round_boundary): New function.
* targhooks.h (default_function_arg_round_boundary): Declare.
* doc/tm.texi: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176207 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/function.c
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h