aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rl78
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-12-08 12:55:23 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-12-08 12:55:23 +0100
commit0123db8e39de9fdcb36e9a5ad26b3039474672bd (patch)
tree755a7f1b426a31326626f964778bceb9c20e31d6 /gcc/config/rl78
parentdeb8237f2800156b6dd9c5a38dc4098714eaac8a (diff)
downloadgcc-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/rl78')
-rw-r--r--gcc/config/rl78/rl78.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c
index 58c8fe8..b9f6dcc 100644
--- a/gcc/config/rl78/rl78.c
+++ b/gcc/config/rl78/rl78.c
@@ -858,7 +858,7 @@ rl78_handle_saddr_attribute (tree * node,
const struct attribute_spec rl78_attribute_table[] =
{
/* Name, min_len, max_len, decl_req, type_req, fn_type_req, handler,
- affects_type_identity. */
+ affects_type_identity, exclusions. */
{ "interrupt", 0, 0, true, false, false, rl78_handle_func_attribute,
false, NULL },
{ "brk_interrupt", 0, 0, true, false, false, rl78_handle_func_attribute,