[doc] Update definition location of attribute_spec in documentation
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 1 May 2015 15:35:15 +0000 (15:35 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 1 May 2015 15:35:15 +0000 (15:35 +0000)
* target.def (attribute_table): Mention that struct attribute_spec
is defined in tree-core.h rather than tree.h
* doc/tm.texi: Regenerate.

From-SVN: r222688

gcc/ChangeLog
gcc/doc/tm.texi
gcc/target.def

index f860e99a7ad8dca3acb9dad56eb3379862637313..65816c75f6985346364ebfb2fd418e8b4bc0def5 100644 (file)
@@ -1,3 +1,9 @@
+2015-05-01  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * target.def (attribute_table): Mention that struct attribute_spec
+       is defined in tree-core.h rather than tree.h
+       * doc/tm.texi: Regenerate.
+
 2015-05-01  Richard Sandiford  <richard.sandiford@arm.com>
 
        * genrecog.c (test): Rename to rtx_test.  Update rest of file
index e08b514b64aa5c0841ded43c8c270b423761f022..dd1fd22978e8a306905494f909ee616123fe1643 100644 (file)
@@ -9817,7 +9817,7 @@ be documented in @file{extend.texi}.
 
 @deftypevr {Target Hook} {const struct attribute_spec *} TARGET_ATTRIBUTE_TABLE
 If defined, this target hook points to an array of @samp{struct
-attribute_spec} (defined in @file{tree.h}) specifying the machine
+attribute_spec} (defined in @file{tree-core.h}) specifying the machine
 specific attributes for this target and some of the restrictions on the
 entities to which these attributes are applied and the arguments they
 take.
index a00181aa9bb721cd626d8402f40894549fd6026a..329ea0400171384fec58aa1fadbba1de0270228c 100644 (file)
@@ -1975,7 +1975,7 @@ merging.",
 DEFHOOKPOD
 (attribute_table,
  "If defined, this target hook points to an array of @samp{struct\n\
-attribute_spec} (defined in @file{tree.h}) specifying the machine\n\
+attribute_spec} (defined in @file{tree-core.h}) specifying the machine\n\
 specific attributes for this target and some of the restrictions on the\n\
 entities to which these attributes are applied and the arguments they\n\
 take.",