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/config/avr/avr.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/config/avr/avr.c')
-rw-r--r-- | gcc/config/avr/avr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.c b/gcc/config/avr/avr.c index 7b654a6..fdae146 100644 --- a/gcc/config/avr/avr.c +++ b/gcc/config/avr/avr.c @@ -9875,7 +9875,7 @@ static const struct attribute_spec avr_attribute_table[] = { /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler, - affects_type_identity } */ + affects_type_identity, exclusions } */ { "progmem", 0, 0, false, false, false, avr_handle_progmem_attribute, false, NULL }, { "signal", 0, 0, true, false, false, avr_handle_fndecl_attribute, |