OSDN Git Service

* system.h (FUNCTION_ARG, FUNCTION_INCOMING_ARG): Poison.
authorfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Mar 2011 13:03:06 +0000 (13:03 +0000)
committerfroydnj <froydnj@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Mar 2011 13:03:06 +0000 (13:03 +0000)
commit81bcd36ca01330bf24140c8e8663630698fb49cb
tree942037d3317717fc15b2e64c5ef5978fabb9e1f9
parent1688dd20f8f0355b3748d31e11274c5239d7a853
* 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.

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