aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2015-08-23 22:06:44 +0200
committerLinaro Code Review <review@review.linaro.org>2015-08-27 12:17:23 +0000
commitb9b03f316e9ad201720db22d4bd19d8f4b6c9446 (patch)
tree839f5fc15db0653610fe66b8dbf9b3b98e72e440
parent22662c6d4e490e5f57835d4a77701ab766dc9586 (diff)
gcc/
Backport from trunk r222688. 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. Change-Id: Iad4ea4751fe3dc1715f7250070aef5aea7e2624f
-rw-r--r--gcc/doc/tm.texi2
-rw-r--r--gcc/target.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 6c5bfabfaa9..2280947a1d4 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -9789,7 +9789,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.
diff --git a/gcc/target.def b/gcc/target.def
index a00181aa9bb..329ea040017 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -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.",