summaryrefslogtreecommitdiff
path: root/gcc/target.def
diff options
context:
space:
mode:
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-01 15:35:15 +0000
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-01 15:35:15 +0000
commit9130200652bdf1735d14d07cc7f8d955131bfe55 (patch)
tree2c810b436fe7f8e46bd93578ba87e7bed89c5031 /gcc/target.def
parentf37c3917179953e27266a8e4caac096c77a36cf6 (diff)
downloadgcc-9130200652bdf1735d14d07cc7f8d955131bfe55.tar.gz
[doc] Update definition location of attribute_spec in documentation
* target.def (attribute_table): Mention that struct attribute_spec is defined in tree-core.h rather than tree.h * doc/tm.texi: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222688 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.def')
-rw-r--r--gcc/target.def2
1 files changed, 1 insertions, 1 deletions
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.",