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/msp430 | |
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/msp430')
-rw-r--r-- | gcc/config/msp430/msp430.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/msp430/msp430.c b/gcc/config/msp430/msp430.c index 3d33f7c..038a01acb 100644 --- a/gcc/config/msp430/msp430.c +++ b/gcc/config/msp430/msp430.c @@ -2050,7 +2050,7 @@ msp430_data_attr (tree * node, const struct attribute_spec msp430_attribute_table[] = { /* Name min_num_args type_req, affects_type_identity - max_num_args, fn_type_req + max_num_args, fn_type_req exclusions decl_req handler. */ { ATTR_INTR, 0, 1, true, false, false, msp430_attr, false, NULL }, { ATTR_NAKED, 0, 0, true, false, false, msp430_attr, false, NULL }, |