]> gcc.gnu.org Git - gcc.git/commitdiff
target.def: Remove comment about licensing problems of function declaration.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Wed, 30 Jun 2010 17:48:41 +0000 (17:48 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Wed, 30 Jun 2010 17:48:41 +0000 (18:48 +0100)
* target.def: Remove comment about licensing problems of function
declaration.

From-SVN: r161618

gcc/ChangeLog
gcc/target.def

index f8d29eada348bced7faa1eeb7be9ebd10c41a06b..1909189c41f7bb1b86734b97b2a04b861432780c 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * toplev.h (_fatal_insn_not_found, _fatal_insn): Move declarations
index efc412849a29a03db340a1919e151f65ec2c9e7d..1905aa1b16432e8cf90e4de7eba22d1ac25ee90e 100644 (file)
@@ -63,8 +63,8 @@ HOOK_VECTOR (TARGET_INITIALIZER, gcc_target)
    the paragraph with @end deftypefn / deftypevr as appropriate, and marking
    the next autogenerated hook with @hook <hookname>.
    In both these cases, leave the DOC string empty, i.e. "".
-   Sometimes, the function declaration itself is only available under the
-   GPL, and/or for some historic reason it has to be documented differently
+   Sometimes, for some historic reason the function declaration 
+   has to be documented differently
    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
    you can put GPLed documentation string there if you have hopes that you
This page took 0.091179 seconds and 5 git commands to generate.