Commit 4d00d5dd by Joern Rennecke Committed by Joern Rennecke

target.def (print_operand, [...]): Update comment.

	* target.def (print_operand, print_operand_address): Update comment.
	(print_operand_punct_valid_p): Likewise.

From-SVN: r161629
parent c06bbdf7
...@@ -48,6 +48,9 @@ ...@@ -48,6 +48,9 @@
* doc/tm.texi.in: Use @hook. * doc/tm.texi.in: Use @hook.
* doc/tm.texi: Regenerate. * doc/tm.texi: Regenerate.
* target.def (print_operand, print_operand_address): Update comment.
(print_operand_punct_valid_p): Likewise.
2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org> 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
* toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
......
...@@ -411,9 +411,8 @@ DEFHOOK ...@@ -411,9 +411,8 @@ DEFHOOK
#define HOOK_PREFIX "TARGET_" #define HOOK_PREFIX "TARGET_"
/* Emit a machine-specific insn operand. */ /* Emit a machine-specific insn operand. */
/* ??? Documenting the argument types for this hook requires a GFDL /* ??? tm.texi only documents the old macro PRINT_OPERAND,
license grant. Also, the documentation documents this as a macro, not this hook, and uses a different name for the argument FILE. */
not a hook, and uses a different name for the hook argument FILE. */
DEFHOOK_UNDOC DEFHOOK_UNDOC
(print_operand, (print_operand,
"", "",
...@@ -421,9 +420,8 @@ DEFHOOK_UNDOC ...@@ -421,9 +420,8 @@ DEFHOOK_UNDOC
default_print_operand) default_print_operand)
/* Emit a machine-specific memory address. */ /* Emit a machine-specific memory address. */
/* ??? Documenting the argument types for this hook requires a GFDL /* ??? tm.texi only documents the old macro PRINT_OPERAND_ADDRESS,
license grant. Also, the documentation documents this as a macro, not this hook, and uses different argument names. */
not a hook, and uses different hook argument names. */
DEFHOOK_UNDOC DEFHOOK_UNDOC
(print_operand_address, (print_operand_address,
"", "",
...@@ -432,9 +430,8 @@ DEFHOOK_UNDOC ...@@ -432,9 +430,8 @@ DEFHOOK_UNDOC
/* Determine whether CODE is a valid punctuation character for the /* Determine whether CODE is a valid punctuation character for the
`print_operand' hook. */ `print_operand' hook. */
/* ??? Documenting the argument types for this hook requires a GFDL /* ??? tm.texi only documents the old macro PRINT_OPERAND_PUNCT_VALID_P,
license grant. Also, the documentation documents this as a macro, not this hook. */
not a hook. */
DEFHOOK_UNDOC DEFHOOK_UNDOC
(print_operand_punct_valid_p, (print_operand_punct_valid_p,
"", "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment