diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-12-08 12:55:23 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-12-08 12:55:23 +0100 |
commit | 0123db8e39de9fdcb36e9a5ad26b3039474672bd (patch) | |
tree | 755a7f1b426a31326626f964778bceb9c20e31d6 /gcc/ada/gcc-interface/utils.c | |
parent | deb8237f2800156b6dd9c5a38dc4098714eaac8a (diff) | |
download | gcc-0123db8e39de9fdcb36e9a5ad26b3039474672bd.zip gcc-0123db8e39de9fdcb36e9a5ad26b3039474672bd.tar.gz gcc-0123db8e39de9fdcb36e9a5ad26b3039474672bd.tar.bz2 |
arc.c (arc_attribute_table): Add exclusions to the comment.
* config/arc/arc.c (arc_attribute_table): Add exclusions to
the comment.
* config/avr/avr.c (avr_attribute_table): Likewise.
* config/msp430/msp430.c (msp430_attribute_table): Likewise.
* config/rl78/rl78.c (rl78_attribute_table): Likewise.
* config/nds32/nds32.c (nds32_attribute_table): Likewise.
* config/darwin.h (SUBTARGET_ATTRIBUTE_TABLE): Initialize new member
of struct attribute_spec.
* config/i386/cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Likewise.
ada/
* gcc-interface/utils.c (gnat_internal_attribute_table): Add
exclusions to the comment.
brig/
* brig-lang.c (brig_attribute_table): Fix up comment.
From-SVN: r255509
Diffstat (limited to 'gcc/ada/gcc-interface/utils.c')
-rw-r--r-- | gcc/ada/gcc-interface/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gcc-interface/utils.c b/gcc/ada/gcc-interface/utils.c index ddeeb03..d1f8035 100644 --- a/gcc/ada/gcc-interface/utils.c +++ b/gcc/ada/gcc-interface/utils.c @@ -108,7 +108,7 @@ static tree fake_attribute_handler (tree *, tree, tree, int, bool *); const struct attribute_spec gnat_internal_attribute_table[] = { /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler, - affects_type_identity } */ + affects_type_identity, exclusions } */ { "const", 0, 0, true, false, false, handle_const_attribute, false, NULL }, { "nothrow", 0, 0, true, false, false, handle_nothrow_attribute, |