]> git.ipfire.org Git - thirdparty/gcc.git/commit
tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 12 Jul 2011 14:57:28 +0000 (14:57 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Tue, 12 Jul 2011 14:57:28 +0000 (14:57 +0000)
commit123148b532a990e5fdf956cd563327af1391b2df
tree1836524298f4090e69415cd574678b08885fc75a
parentb7a83ad8eb8282676f1431f288718d08253a2739
tm.texi.in (FUNCTION_ARG_PADDING): Mention TARGET_FUNCTION_ARG_ROUND_BOUNDARY.

* 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.

From-SVN: r176207
gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in
gcc/function.c
gcc/target.def
gcc/targhooks.c
gcc/targhooks.h