]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/doc/tm.texi.in
system.h (FUNCTION_ARG, [...]): Poison.
authorNathan Froyd <froydnj@codesourcery.com>
Thu, 24 Mar 2011 13:03:06 +0000 (13:03 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Thu, 24 Mar 2011 13:03:06 +0000 (13:03 +0000)
commitb25b9e8fd23816f50754d5bfa8364d2f3f4ca4a5
tree942037d3317717fc15b2e64c5ef5978fabb9e1f9
parent190b2187b62863306378ea0940a6ddd2eb3629d5
system.h (FUNCTION_ARG, [...]): Poison.

* system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
(FUNCTION_ARG_ADVANCE): Likewise.
* tm.texi.in: Change references to them to hook references.
* tm.texi: Regenerate.
* targhooks.c (default_function_arg): Eliminate check for target
macro.
(default_function_incoming_arg): Likewise.
(default_function_arg_advance): Likewise.
* target.def (function_arg, function_incoming_arg): Change to
DEFHOOK.
(function_arg_advance): Likewise.
* target-def.h: Eliminate FUNCTION_INCOMING_ARG check.

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