diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2010-06-30 17:48:41 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2010-06-30 18:48:41 +0100 |
commit | f61707013ca8f42d7a6692b6dd343c4b396401d1 (patch) | |
tree | 3adc5f7c82e49c4167a0701ac2c6037f5fa1ec22 | |
parent | 0cbd999369498655f6832bbf9e0c8001a5226411 (diff) | |
download | gcc-f61707013ca8f42d7a6692b6dd343c4b396401d1.zip gcc-f61707013ca8f42d7a6692b6dd343c4b396401d1.tar.gz gcc-f61707013ca8f42d7a6692b6dd343c4b396401d1.tar.bz2 |
target.def: Remove comment about licensing problems of function declaration.
* target.def: Remove comment about licensing problems of function
declaration.
From-SVN: r161618
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/target.def | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f8d29ea..1909189 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/target.def b/gcc/target.def index efc4128..1905aa1 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -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 |