Commit f6170701 by Joern Rennecke Committed by Joern Rennecke

target.def: Remove comment about licensing problems of function declaration.

	* target.def: Remove comment about licensing problems of function
	declaration.

From-SVN: r161618
parent 0cbd9993
2010-06-30 Joern Rennecke <joern.rennecke@embecosm.com>
* target.def: Remove comment about licensing problems of function
declarations.
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
......
...@@ -63,8 +63,8 @@ HOOK_VECTOR (TARGET_INITIALIZER, gcc_target) ...@@ -63,8 +63,8 @@ HOOK_VECTOR (TARGET_INITIALIZER, gcc_target)
the paragraph with @end deftypefn / deftypevr as appropriate, and marking the paragraph with @end deftypefn / deftypevr as appropriate, and marking
the next autogenerated hook with @hook <hookname>. the next autogenerated hook with @hook <hookname>.
In both these cases, leave the DOC string empty, i.e. "". In both these cases, leave the DOC string empty, i.e. "".
Sometimes, the function declaration itself is only available under the Sometimes, for some historic reason the function declaration
GPL, and/or for some historic reason it has to be documented differently has to be documented differently
than what it is. In that case, use DEFHOOK_UNDOC to supress auto-generation than what it is. In that case, use DEFHOOK_UNDOC to supress auto-generation
of documentation. DEFHOOK_UNDOC takes a DOC string which it ignores, so of documentation. DEFHOOK_UNDOC takes a DOC string which it ignores, so
you can put GPLed documentation string there if you have hopes that you you can put GPLed documentation string there if you have hopes that you
......
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