Skip to content

Commit

Permalink
2018-02-13 Jeff Law <[email protected]>
Browse files Browse the repository at this point in the history
 	* config/rl/rl78.c (rl78_attribute_table): Fix terminator and
	entry for "vector".

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257633 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
law committed Feb 13, 2018
1 parent 5c38c12 commit 446afaa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2018-02-13 Jeff Law <[email protected]>

* config/rl/rl78.c (rl78_attribute_table): Fix terminator and
entry for "vector".

* config/rl78/rl78.c (rl78_handle_func_attribute): Mark
ARGS as unused.

Expand Down
4 changes: 2 additions & 2 deletions gcc/config/rl78/rl78.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,8 +905,8 @@ const struct attribute_spec rl78_attribute_table[] =
rl78_handle_naked_attribute, NULL },
{ "saddr", 0, 0, true, false, false, false,
rl78_handle_saddr_attribute, NULL },
{ "vector", 1, -1, true, false, false,
rl78_handle_vector_attribute, false },
{ "vector", 1, -1, true, false, false, false,
rl78_handle_vector_attribute, NULL },
{ NULL, 0, 0, false, false, false, false, NULL, NULL }
};

Expand Down

0 comments on commit 446afaa

Please sign in to comment.