diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-30 18:10:23 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-30 18:10:23 +0000 |
commit | fe0b4016b811f2dc5f46af22497587d6e3f935c0 (patch) | |
tree | 62c0c8c77b5631f0bc02bed0ae0c84ddda3eec91 /gcc/target.def | |
parent | 00a1fec861e2c92779274a5961578fc8aa96b426 (diff) | |
download | gcc-fe0b4016b811f2dc5f46af22497587d6e3f935c0.tar.gz |
* target.def (return_pops_args): Use DEFHOOK.
* doc/tm.texi.in (TARGET_RETURN_POPS_ARGS): Use @hook.
Rename stack-size to size.
* doc/tm.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.def')
-rw-r--r-- | gcc/target.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.def b/gcc/target.def index a4e5fcd5ab0..2bafeca8aac 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -1866,7 +1866,7 @@ DEFHOOK pops on returning, or 0 if the function pops no arguments and the caller must therefore pop them all after the function returns. */ /* ??? tm.texi has no types for the parameters. */ -DEFHOOK_UNDOC +DEFHOOK (return_pops_args, "", int, (tree fundecl, tree funtype, int size), |